aboutsummaryrefslogtreecommitdiffstats
path: root/danish/Makefile
diff options
context:
space:
mode:
authorMartin Schulze <joey>2001-06-03 12:29:44 +0000
committerMartin Schulze <joey>2001-06-03 12:29:44 +0000
commit63e3cd236c1cb0249f749f2af44c24eb96447b5d (patch)
tree2e065744e7c1c5c19d35a2a8657412ec3c68f4e3 /danish/Makefile
parent60fa763abfb14a43fa5e921bbef0f81f62778929 (diff)
"It worked" was said too early, I guess... Now the dependency for our
sitemap reflects chinese dialects as well, hope that helps. CVS version numbers chinese/Makefile: 1.25 -> 1.26 croatian/Makefile: 1.30 -> 1.31 danish/Makefile: 1.17 -> 1.18 dutch/Makefile: 1.11 -> 1.12 english/Makefile: 1.61 -> 1.62 esperanto/Makefile: 1.13 -> 1.14 finnish/Makefile: 1.17 -> 1.18 french/Makefile: 1.29 -> 1.30 german/Makefile: 1.32 -> 1.33 greek/Makefile: 1.8 -> 1.9 hungarian/Makefile: 1.14 -> 1.15 italian/Makefile: 1.37 -> 1.38 japanese/Makefile: 1.33 -> 1.34 korean/Makefile: 1.16 -> 1.17 norwegian/Makefile: 1.14 -> 1.15 polish/Makefile: 1.19 -> 1.20 portuguese/Makefile: 1.17 -> 1.18 romanian/Makefile: 1.17 -> 1.18 russian/Makefile: 1.14 -> 1.15 spanish/Makefile: 1.29 -> 1.30 swedish/Makefile: 1.21 -> 1.22 turkish/Makefile: 1.13 -> 1.14
Diffstat (limited to 'danish/Makefile')
-rw-r--r--danish/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/danish/Makefile b/danish/Makefile
index 60be0e723df..3a5d7fca9b2 100644
--- a/danish/Makefile
+++ b/danish/Makefile
@@ -22,6 +22,12 @@ index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
$(ENGLISHSRCDIR)/releases/info
$(WML) index.wml
+ifeq "$(LANGUAGE)" "zh"
+SITEMAP = sitemap.zh-cn.html sitemap.zh-hk.html sitemap.zh-tw.html
+else
+SITEMAP = sitemap.$(LANGUAGE).html
+endif
+
sitemap.$(LANGUAGE).html: $(ENGLISHDIR)/sitemap.wml \
$(TEMPLDIR)/links.tags.wml $(TEMPLDIR)/template.wml \
$(ENGLISHDIR)/releases/info $(ENGLISHDIR)/MailingLists/mklist.tags
@@ -52,7 +58,7 @@ else
endif
endif
-all:: sitemap.$(LANGUAGE).html
+all:: $(SITEMAP)
install:: $(HTMLDIR)/sitemap.$(LANGUAGE).html
test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl

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