[MPlayer-DOCS] [homepage]: r2819 - trunk/Makefile

diego subversion at mplayerhq.hu
Tue Mar 6 11:04:44 CET 2007


Author: diego
Date: Tue Mar  6 11:04:44 2007
New Revision: 2819

Modified:
   trunk/Makefile

Log:
Move top-level targets to the beginning of the Makefile.


Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Tue Mar  6 11:04:44 2007
@@ -2,6 +2,11 @@
 TRANSLATIONS = es hu pl
 SRCDIRS      = src essays/src
 
+homepage: $(DESIGNS)
+
+$(DESIGNS):
+	make -C $@ -f ../Makefile INTERNAL=yes en $(TRANSLATIONS)
+
 ifeq ($(INTERNAL),yes)
 
 SRC2HTML = $(addsuffix $(2).html, $(notdir $(basename $(basename $(1)))))
@@ -30,11 +35,6 @@
 $(foreach lang, $(TRANSLATIONS), $(foreach dir,$(SRCDIRS),$(eval $(call lang-dir-def,$(lang),$(dir)))))
 $(foreach dir, $(SRCDIRS),$(eval $(call en-dir-def,$(dir))))
 
-homepage: $(DESIGNS)
-
-$(DESIGNS):
-	make -C $@ -f ../Makefile INTERNAL=yes en $(TRANSLATIONS)
-
 clean:
 	rm -f $(addsuffix /*.html,$(DESIGNS))
 



More information about the MPlayer-DOCS mailing list