aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJosip Rodin <joy>2002-01-05 18:31:16 +0000
committerJosip Rodin <joy>2002-01-05 18:31:16 +0000
commit6c87a2ee63e35d2b1c9b1be90d05ea4a8f3a363f (patch)
tree17e9f824e69f565bec43b5a75ab163377defbe3b /Makefile.common
parentd7f99b1738de0071de144ab18a37850eecaf1011 (diff)
deal with CD/vendors in the Makefile.common, less error-prone
CVS version numbers Makefile.common: 1.55 -> 1.56 chinese/CD/vendors/Makefile: 1.3 -> 1.4 croatian/CD/vendors/Makefile: 1.3 -> 1.4 danish/CD/vendors/Makefile: 1.3 -> 1.4 english/CD/vendors/Makefile: 1.4 -> 1.5 finnish/CD/vendors/Makefile: 1.3 -> 1.4 french/CD/vendors/Makefile: 1.3 -> 1.4 german/CD/vendors/Makefile: 1.3 -> 1.4 italian/CD/vendors/Makefile: 1.3 -> 1.4 japanese/CD/vendors/Makefile: 1.3 -> 1.4 norwegian/CD/vendors/Makefile: 1.3 -> 1.4 polish/CD/vendors/Makefile: 1.3 -> 1.4 romanian/CD/vendors/Makefile: 1.3 -> 1.4 spanish/CD/vendors/Makefile: 1.3 -> 1.4 swedish/CD/vendors/Makefile: 1.4 -> 1.5
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index baacd5d966b..4bf5da44a5c 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -82,10 +82,17 @@ ifeq "$(findstring /CD/,$(CURDIR))" ""
$(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml $(HTMLDEP)
$(WML) $(<F)
else
+ifneq "$(findstring /CD/vendors/,$(CURDIR))" ""
%.$(LANGUAGE).html : %.wml $(WMLBASE)/../.wmlrc $(WMLBASE)/.wmlrc \
$(TEMPLDIR)/cdimage.wml $(HTMLDEP)
$(WML) $(<F)
endif
+endif
+ifneq "$(findstring /CD/vendors/,$(CURDIR))" ""
+%.$(LANGUAGE).html : %.wml $(WMLBASE)/../.wmlrc $(WMLBASE)/.wmlrc \
+ $(TEMPLDIR)/template.wml $(TEMPLDIR)/languages.wml $(HTMLDEP)
+ $(WML) $(<F)
+endif
ifeq "$(LANGUAGE)" "en"
ifeq "$(findstring /international/,$(CURDIR)/)" ""
-$(WMLBASE)/../touch_translations.pl $(CURDIR)/$(<F) $(LANGUAGE)

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