aboutsummaryrefslogtreecommitdiffstats
path: root/danish/CD/Makefile
diff options
context:
space:
mode:
authorJosip Rodin <joy>2002-03-31 21:55:38 +0000
committerJosip Rodin <joy>2002-03-31 21:55:38 +0000
commit6f6b2151f1ab7a2ddeccd21821e8bbeb26daa0b1 (patch)
tree2ab2cd3fa1d42588d360346b9c62970b21407003 /danish/CD/Makefile
parent5bec08f94c36b5a83af90a6559baf86f873230f3 (diff)
sync
CVS version numbers chinese/CD/Makefile: 1.1 -> 1.2 croatian/CD/Makefile: 1.1 -> 1.2 danish/CD/Makefile: 1.3 -> 1.4 finnish/CD/Makefile: 1.1 -> 1.2 french/CD/Makefile: 1.2 -> 1.3 german/CD/Makefile: 1.2 -> 1.3 italian/CD/Makefile: 1.1 -> 1.2 japanese/CD/Makefile: 1.2 -> 1.3 norwegian/CD/Makefile: 1.3 -> 1.4 polish/CD/Makefile: 1.1 -> 1.2 romanian/CD/Makefile: 1.1 -> 1.2 spanish/CD/Makefile: 1.3 -> 1.4 swedish/CD/Makefile: 1.4 -> 1.5
Diffstat (limited to 'danish/CD/Makefile')
-rw-r--r--danish/CD/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/danish/CD/Makefile b/danish/CD/Makefile
index ea48dacf040..7ce95b33afe 100644
--- a/danish/CD/Makefile
+++ b/danish/CD/Makefile
@@ -9,7 +9,14 @@ SUBS=artwork faq http-ftp jigdo-cd mirroring netinst pictures pik releases vendo
NOGENERICDEP := true
include $(WMLBASE)/Make.lang
-index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/cdimage.wml releases/index.wml
+
+ifneq "$(wildcard releases/index.wml)" ""
+RELEASESDEP := releases/index.wml
+else
+RELEASESDEP := $(ENGLISHDIR)/CD/releases/index.wml
+endif
+
+index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/cdimage.wml $(RELEASESDEP)
$(WML) $(<F)
misc.$(LANGUAGE).html: misc.wml $(TEMPLDIR)/cdimage.wml

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