aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJosip Rodin <joy>2008-08-17 00:56:02 +0000
committerJosip Rodin <joy>2008-08-17 00:56:02 +0000
commita65dcdab33cbf493b88f4067a6557945bc6e03c4 (patch)
tree610e1e4247ab34f84f12e13abdc85bac5bae44e9 /Makefile.common
parent535a19e8230f06bad18ea719fd0b1832d4f1b16e (diff)
CD custom dependencies moved to the right place now
CVS version numbers Makefile.common: 1.93 -> 1.94
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common16
1 files changed, 2 insertions, 14 deletions
diff --git a/Makefile.common b/Makefile.common
index 1997ec0d255..763ee690319 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -75,21 +75,9 @@ $(existing-SUBS-cleandest):
# the rule for every wml file
ifndef NOGENERICDEP
-ifeq "$(findstring /CD,$(CURDIR))" ""
-%.$(LANGUAGE).html : %.wml $(WMLRCDEP) \
- $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml $(GETTEXTDEP)
+%.$(LANGUAGE).html : %.wml $(WMLRCDEP) $(GETTEXTDEP) \
+ $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml
$(WML) $(<F)
-else
-ifeq "$(findstring /CD/vendors,$(CURDIR))" ""
-%.$(LANGUAGE).html : %.wml $(WMLRCDEP) \
- $(TEMPLDIR)/cdimage.wml $(GETTEXTDEP)
- $(WML) $(<F)
-else
-%.$(LANGUAGE).html : %.wml $(WMLRCDEP) \
- $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml $(GETTEXTDEP)
- $(WML) $(<F)
-endif
-endif
ifeq "$(LANGUAGE)" "en"
ifeq "$(findstring /international/,$(CURDIR)/)" ""
-$(WMLBASE)/../touch_translations.pl $(CURDIR)/$(<F) $(LANGUAGE)

© 2014-2024 Faster IT GmbH | imprint | privacy policy