From 45450e09a236d13120243aab6076b15303b08cc6 Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Mon, 4 Feb 2002 15:16:35 +0000 Subject: 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 --- danish/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'danish/Makefile') diff --git a/danish/Makefile b/danish/Makefile index 84dc9c24341..03c2996b67c 100644 --- a/danish/Makefile +++ b/danish/Makefile @@ -5,8 +5,8 @@ WMLBASE=. CUR_DIR= SUBS=Bugs CD MailingLists News Pics banners chinese consultants devel \ -distrib doc events intro international logos mirror misc partners ports \ -releases searchtmpl security vote y2k +distrib doc events intro international legal logos mirror misc partners \ +ports releases searchtmpl security vote y2k ifneq "$(wildcard om_svenska/Makefile)" "" SUBS += om_svenska @@ -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 -- cgit v1.2.3