aboutsummaryrefslogtreecommitdiffstats
path: root/catalan/Makefile
diff options
context:
space:
mode:
authorJordi Mallach <jordi>2001-07-03 01:36:30 +0000
committerJordi Mallach <jordi>2001-07-03 01:36:30 +0000
commit109ec45d12bda34139b77365bf414b336a3f4dcc (patch)
tree509636f114dcbeaba167a651592895badf5ccde2 /catalan/Makefile
parent2b18d48ebf21c3826f10dedb6fb5d21991019577 (diff)
Initial catalan/ commit, which includes index.wml and the navbar images.
(Miquel Vidal, Jordi Mallach). CVS version numbers catalan/.wmlrc: INITIAL -> 1.1 catalan/Make.lang: INITIAL -> 1.1 catalan/Makefile: INITIAL -> 1.1 catalan/Pics/Makefile: INITIAL -> 1.1 catalan/Pics/about.ca.gif: INITIAL -> 1.1 catalan/Pics/devel.ca.gif: INITIAL -> 1.1 catalan/Pics/distrib.ca.gif: INITIAL -> 1.1 catalan/Pics/news.ca.gif: INITIAL -> 1.1 catalan/Pics/pics.conf: INITIAL -> 1.1 catalan/Pics/search.ca.gif: INITIAL -> 1.1 catalan/Pics/sitemap.ca.gif: INITIAL -> 1.1 catalan/Pics/support.ca.gif: INITIAL -> 1.1
Diffstat (limited to 'catalan/Makefile')
-rw-r--r--catalan/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/catalan/Makefile b/catalan/Makefile
new file mode 100644
index 00000000000..e3889a27dd9
--- /dev/null
+++ b/catalan/Makefile
@@ -0,0 +1,24 @@
+# This Makefile should need no changes from webwml/english/Makefile
+# Please send a message to debian-www if you need to modify anything
+# so the problem can be fixed.
+
+WMLBASE=.
+CUR_DIR=
+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/$(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