aboutsummaryrefslogtreecommitdiffstats
path: root/romanian/Makefile
diff options
context:
space:
mode:
authorJosip Rodin <joy>2002-02-04 15:16:35 +0000
committerJosip Rodin <joy>2002-02-04 15:16:35 +0000
commit45450e09a236d13120243aab6076b15303b08cc6 (patch)
treed3b73955b1464ca4882885e1b4de61c4ba5ba63b /romanian/Makefile
parent6f84db448aeefeec4a7394fe974491c932ae5e83 (diff)
added card dependency on sitemap, renamed htmlmap to destsitemap which actually makes sense ;)
CVS version numbers arabic/Makefile: 1.17 -> 1.18 catalan/Makefile: 1.5 -> 1.6 chinese/Makefile: 1.32 -> 1.33 croatian/Makefile: 1.37 -> 1.38 danish/Makefile: 1.24 -> 1.25 dutch/Makefile: 1.18 -> 1.19 english/Makefile: 1.73 -> 1.74 esperanto/Makefile: 1.20 -> 1.21 finnish/Makefile: 1.24 -> 1.25 french/Makefile: 1.36 -> 1.37 german/Makefile: 1.40 -> 1.41 greek/Makefile: 1.15 -> 1.16 hungarian/Makefile: 1.21 -> 1.22 indonesian/Makefile: 1.4 -> 1.5 italian/Makefile: 1.44 -> 1.45 japanese/Makefile: 1.40 -> 1.41 korean/Makefile: 1.23 -> 1.24 norwegian/Makefile: 1.22 -> 1.23 polish/Makefile: 1.26 -> 1.27 portuguese/Makefile: 1.24 -> 1.25 romanian/Makefile: 1.27 -> 1.28 russian/Makefile: 1.21 -> 1.22 spanish/Makefile: 1.37 -> 1.38 swedish/Makefile: 1.32 -> 1.33 turkish/Makefile: 1.20 -> 1.21
Diffstat (limited to 'romanian/Makefile')
-rw-r--r--romanian/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/romanian/Makefile b/romanian/Makefile
index 1aa3d0c87d5..03c2996b67c 100644
--- a/romanian/Makefile
+++ b/romanian/Makefile
@@ -16,11 +16,11 @@ include $(WMLBASE)/Make.lang
ifndef SUBLANG
SITEMAP = sitemap.$(LANGUAGE).html
-HTMLMAP = $(HTMLDIR)/$(SITEMAP)
+DESTSITEMAP = $(HTMLDIR)/$(SITEMAP)
else
SITEMAP = $(sort $(foreach i,$(SUBLANG),\
$(patsubst %.wml,%.$(LANGUAGE)-$(i).html,sitemap.wml)))
-HTMLMAP = $(patsubst %.html,$(HTMLDIR)/%.html,$(SITEMAP))
+DESTSITEMAP = $(patsubst %.html,$(HTMLDIR)/%.html,$(SITEMAP))
endif
index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
@@ -30,7 +30,7 @@ index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
$(ENGLISHSRCDIR)/releases/info
$(WML) index.wml
-$(SITEMAP): $(ENGLISHDIR)/sitemap.wml \
+$(SITEMAP): $(ENGLISHDIR)/sitemap.wml $(TEMPLDIR)/card.wml \
$(TEMPLDIR)/links.tags.wml $(TEMPLDIR)/template.wml \
$(ENGLISHDIR)/releases/info $(ENGLISHDIR)/MailingLists/mklist.tags
ifeq "$(LANGUAGE)" "zh"
@@ -54,7 +54,7 @@ endif
all:: $(SITEMAP)
-install:: $(HTMLMAP)
+install:: $(DESTSITEMAP)
ifeq "$(LANGUAGE)" "en"
test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl
test -L $(HTMLDIR)/mirrors || ln -sf mirror $(HTMLDIR)/mirrors

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