[MPlayer-DOCS] [homepage]: r2820 - trunk/Makefile
diego
subversion at mplayerhq.hu
Tue Mar 6 11:05:35 CET 2007
Author: diego
Date: Tue Mar 6 11:05:34 2007
New Revision: 2820
Modified:
trunk/Makefile
Log:
Remove superfluous conditional.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Mar 6 11:05:34 2007
@@ -5,9 +5,7 @@
homepage: $(DESIGNS)
$(DESIGNS):
- make -C $@ -f ../Makefile INTERNAL=yes en $(TRANSLATIONS)
-
-ifeq ($(INTERNAL),yes)
+ make -C $@ -f ../Makefile en $(TRANSLATIONS)
SRC2HTML = $(addsuffix $(2).html, $(notdir $(basename $(basename $(1)))))
@@ -29,7 +27,6 @@
$(call SRC2HTML, $(wildcard ../$(2)/*.src.$(1)),-$(1)): %-$(1).html : ../$(2)/%.src.$(1) src/upper src/selector-$(1) src/lower
cat src/upper src/selector-$(1) $$< src/lower > $$@
endef
-endif
$(foreach lang, $(TRANSLATIONS),$(eval $(call lang-def,$(lang))))
$(foreach lang, $(TRANSLATIONS), $(foreach dir,$(SRCDIRS),$(eval $(call lang-dir-def,$(lang),$(dir)))))
More information about the MPlayer-DOCS
mailing list