aboutsummaryrefslogtreecommitdiffstats
path: root/greek/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 /greek/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 'greek/Makefile')
-rw-r--r--greek/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/greek/Makefile b/greek/Makefile
index 9bd2ba08343..e3889a27dd9 100644
--- a/greek/Makefile
+++ b/greek/Makefile
@@ -10,11 +10,12 @@ 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

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