aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJosip Rodin <joy>2002-01-07 22:44:27 +0000
committerJosip Rodin <joy>2002-01-07 22:44:27 +0000
commited9a02227fc0570b559be4d94480af02a6e82a9c (patch)
tree089992304fc9d5b200d3503a93b0938dfbc25b0e /Makefile.common
parent0283d94ae1a2b71aaa02cc1019d2918f4570a4fb (diff)
fixed CD/vendors etc stuff, again
CVS version numbers Makefile.common: 1.56 -> 1.57
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.common b/Makefile.common
index 4bf5da44a5c..ed4607cedff 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -77,22 +77,21 @@ endif
# the rule for every wml file
ifndef NOGENERICDEP
-ifeq "$(findstring /CD/,$(CURDIR))" ""
+ifeq "$(findstring /CD,$(CURDIR))" ""
%.$(LANGUAGE).html : %.wml $(WMLBASE)/../.wmlrc $(WMLBASE)/.wmlrc \
$(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml $(HTMLDEP)
$(WML) $(<F)
else
-ifneq "$(findstring /CD/vendors/,$(CURDIR))" ""
+ifeq "$(findstring /CD/vendors,$(CURDIR))" ""
%.$(LANGUAGE).html : %.wml $(WMLBASE)/../.wmlrc $(WMLBASE)/.wmlrc \
$(TEMPLDIR)/cdimage.wml $(HTMLDEP)
$(WML) $(<F)
-endif
-endif
-ifneq "$(findstring /CD/vendors/,$(CURDIR))" ""
+else
%.$(LANGUAGE).html : %.wml $(WMLBASE)/../.wmlrc $(WMLBASE)/.wmlrc \
$(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml $(HTMLDEP)
$(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