aboutsummaryrefslogtreecommitdiffstats
path: root/danish/Makefile
diff options
context:
space:
mode:
authorJosip Rodin <joy>2002-01-06 19:59:33 +0000
committerJosip Rodin <joy>2002-01-06 19:59:33 +0000
commit35731f3a2b0b9acadf8dfe889fb43da8aa552281 (patch)
tree7a0d224a7d16837fd9c467f7e0d6d52529a745af /danish/Makefile
parent64fb0c5fd77963e7cdcb13a020d4b1da0564f774 (diff)
replace one needless sed with $(subst)
CVS version numbers arabic/Makefile: 1.16 -> 1.17 catalan/Makefile: 1.4 -> 1.5 chinese/Makefile: 1.31 -> 1.32 croatian/Makefile: 1.36 -> 1.37 danish/Makefile: 1.23 -> 1.24 dutch/Makefile: 1.17 -> 1.18 english/Makefile: 1.71 -> 1.72 esperanto/Makefile: 1.19 -> 1.20 finnish/Makefile: 1.23 -> 1.24 french/Makefile: 1.35 -> 1.36 german/Makefile: 1.38 -> 1.39 greek/Makefile: 1.14 -> 1.15 hungarian/Makefile: 1.20 -> 1.21 indonesian/Makefile: 1.3 -> 1.4 italian/Makefile: 1.43 -> 1.44 japanese/Makefile: 1.39 -> 1.40 korean/Makefile: 1.22 -> 1.23 norwegian/Makefile: 1.21 -> 1.22 polish/Makefile: 1.25 -> 1.26 portuguese/Makefile: 1.23 -> 1.24 romanian/Makefile: 1.25 -> 1.26 russian/Makefile: 1.20 -> 1.21 spanish/Makefile: 1.36 -> 1.37 swedish/Makefile: 1.30 -> 1.31 turkish/Makefile: 1.19 -> 1.20
Diffstat (limited to 'danish/Makefile')
-rw-r--r--danish/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/danish/Makefile b/danish/Makefile
index 4d42c17a895..84dc9c24341 100644
--- a/danish/Makefile
+++ b/danish/Makefile
@@ -34,9 +34,9 @@ $(SITEMAP): $(ENGLISHDIR)/sitemap.wml \
$(TEMPLDIR)/links.tags.wml $(TEMPLDIR)/template.wml \
$(ENGLISHDIR)/releases/info $(ENGLISHDIR)/MailingLists/mklist.tags
ifeq "$(LANGUAGE)" "zh"
- $(shell echo $(WML) | sed s/:.zh/:sitemap.zh/g) \
- $(shell echo $(ENGLISHDIR) | sed s,./,,)/sitemap.wml \
- $(shell egrep '^-D (CUR_|CHAR)' .wmlrc)
+ $(subst :.zh,:sitemap.zh,$(WML)) \
+ $(shell egrep '^-D (CUR_|CHAR)' .wmlrc) \
+ $(shell echo $(ENGLISHDIR) | sed s,./,,)/sitemap.wml
@echo -n " * Converting: [zh_CN.GB2312], "
@$(B5TOGB) < sitemap.zh-cn.html.tmp > sitemap.zh-cn.html
@rm -f sitemap.zh-cn.html.tmp

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