aboutsummaryrefslogtreecommitdiffstats
path: root/croatian/Makefile
diff options
context:
space:
mode:
authorJosip Rodin <joy>2001-01-30 20:20:37 +0000
committerJosip Rodin <joy>2001-01-30 20:20:37 +0000
commit6b500d0b8330b0188c5d0d784f83e10f098d1660 (patch)
tree06548608c3f105b864df69bda0bc80461b903f9c /croatian/Makefile
parent3c284d230c71b4eed16e8f9a951260fb2873b6af (diff)
copied from english
CVS version numbers croatian/Makefile: 1.22 -> 1.23
Diffstat (limited to 'croatian/Makefile')
-rw-r--r--croatian/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/croatian/Makefile b/croatian/Makefile
index ee8999fdfa4..e3889a27dd9 100644
--- a/croatian/Makefile
+++ b/croatian/Makefile
@@ -4,17 +4,21 @@
WMLBASE=.
CUR_DIR=
-SUBS=Bugs MailingLists News Pics consultants devel distrib doc events \
-intro international logos mirror misc partners ports releases searchtmpl \
-security vote y2k
+SUBS=Bugs MailingLists News Pics consultants devel distrib doc events intro \
+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