aboutsummaryrefslogtreecommitdiffstats
path: root/danish/Makefile
diff options
context:
space:
mode:
authorJosip Rodin <joy>2001-01-30 20:27:22 +0000
committerJosip Rodin <joy>2001-01-30 20:27:22 +0000
commit3f16fc25d062ec62d026ccca0d17e0f324c64781 (patch)
treed244bd90fdf731a794494ca1b5c46f3279295587 /danish/Makefile
parent6b500d0b8330b0188c5d0d784f83e10f098d1660 (diff)
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
Diffstat (limited to 'danish/Makefile')
-rw-r--r--danish/Makefile10
1 files changed, 7 insertions, 3 deletions
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

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