aboutsummaryrefslogtreecommitdiffstats
path: root/croatian/CD
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 /croatian/CD
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 'croatian/CD')
-rw-r--r--croatian/CD/Makefile18
1 files changed, 17 insertions, 1 deletions
diff --git a/croatian/CD/Makefile b/croatian/CD/Makefile
index 14fecd6021f..7ce95b33afe 100644
--- a/croatian/CD/Makefile
+++ b/croatian/CD/Makefile
@@ -4,7 +4,23 @@
WMLBASE=..
CUR_DIR=CD
-SUBS=images vendors
+SUBS=artwork faq http-ftp jigdo-cd mirroring netinst pictures pik releases vendors
+NOGENERICDEP := true
include $(WMLBASE)/Make.lang
+
+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
+ $(WML) $(<F)
+
+install::
+ [ -L $(HTMLDIR)/images ] || ln -sf . $(HTMLDIR)/images

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