[MPlayer-DOCS] [homepage]: r2818 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue Mar 6 11:02:44 CET 2007
Author: diego
Date: Tue Mar 6 11:02:44 2007
New Revision: 2818
Modified:
trunk/Makefile
Log:
Merge targets into recursive make call.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Mar 6 11:02:44 2007
@@ -6,8 +6,6 @@
SRC2HTML = $(addsuffix $(2).html, $(notdir $(basename $(basename $(1)))))
-all: en $(TRANSLATIONS)
-
# The English homepage requires some special treatment
en: $(call SRC2HTML, $(foreach dir, $(SRCDIRS), $(wildcard ../$(dir)/*.src.en)))
@@ -35,7 +33,7 @@
homepage: $(DESIGNS)
$(DESIGNS):
- make -C $@ -f ../Makefile INTERNAL=yes
+ make -C $@ -f ../Makefile INTERNAL=yes en $(TRANSLATIONS)
clean:
rm -f $(addsuffix /*.html,$(DESIGNS))
More information about the MPlayer-DOCS
mailing list