From 3f16fc25d062ec62d026ccca0d17e0f324c64781 Mon Sep 17 00:00:00 2001 From: Josip Rodin Date: Tue, 30 Jan 2001 20:27:22 +0000 Subject: copied makefile from english, the index page wasn't getting rebuilt because old dependencies referred to 2000 CVS version numbers arabic/Makefile: 1.6 -> 1.7 chinese/Makefile: 1.17 -> 1.18 danish/Makefile: 1.10 -> 1.11 dutch/Makefile: 1.4 -> 1.5 esperanto/Makefile: 1.6 -> 1.7 finnish/Makefile: 1.10 -> 1.11 french/Makefile: 1.22 -> 1.23 german/Makefile: 1.24 -> 1.25 greek/Makefile: 1.1 -> 1.2 hungarian/Makefile: 1.7 -> 1.8 italian/Makefile: 1.29 -> 1.30 japanese/Makefile: 1.25 -> 1.26 korean/Makefile: 1.9 -> 1.10 norwegian/Makefile: 1.7 -> 1.8 polish/Makefile: 1.12 -> 1.13 portuguese/Makefile: 1.10 -> 1.11 russian/Makefile: 1.7 -> 1.8 spanish/Makefile: 1.16 -> 1.17 swedish/Makefile: 1.12 -> 1.13 turkish/Makefile: 1.6 -> 1.7 --- danish/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'danish/Makefile') diff --git a/danish/Makefile b/danish/Makefile index 15b631af039..e3889a27dd9 100644 --- a/danish/Makefile +++ b/danish/Makefile @@ -5,16 +5,20 @@ WMLBASE=. CUR_DIR= SUBS=Bugs MailingLists News Pics consultants devel distrib doc events intro \ -international logos mirror misc partners ports releases security vote y2k +international logos mirror misc partners ports releases security vote y2k \ +chinese searchtmpl include $(WMLBASE)/Make.lang +CUR_YEAR ?= $(shell date +%Y) # Do Not modify the following line index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \ - $(wildcard News/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/News/2000/2000*.wml) \ - $(wildcard security/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/security/2000/2000*.wml) \ + $(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \ + $(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \ $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \ $(ENGLISHSRCDIR)/releases/info $(WML) index.wml +install:: + test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl -- cgit v1.2.3