| 1 |
arabic |
1.1 |
# This Makefile should need no changes from webwml/english/Makefile
|
| 2 |
|
|
# Please send a message to debian-www if you need to modify anything
|
| 3 |
|
|
# so the problem can be fixed.
|
| 4 |
|
|
|
| 5 |
|
|
WMLBASE=.
|
| 6 |
|
|
CUR_DIR=
|
| 7 |
joy |
1.6 |
SUBS=Bugs MailingLists News Pics consultants devel distrib doc events intro \
|
| 8 |
joy |
1.7 |
international logos mirror misc partners ports releases security vote y2k \
|
| 9 |
|
|
chinese searchtmpl
|
| 10 |
arabic |
1.1 |
|
| 11 |
|
|
include $(WMLBASE)/Make.lang
|
| 12 |
|
|
|
| 13 |
joy |
1.7 |
CUR_YEAR ?= $(shell date +%Y)
|
| 14 |
arabic |
1.1 |
|
| 15 |
|
|
# Do Not modify the following line
|
| 16 |
|
|
index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
|
| 17 |
joy |
1.7 |
$(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \
|
| 18 |
|
|
$(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
|
| 19 |
treacy |
1.5 |
$(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \
|
| 20 |
treacy |
1.9 |
$(ENGLISHSRCDIR)/releases/info
|
| 21 |
arabic |
1.1 |
$(WML) index.wml
|
| 22 |
|
|
|
| 23 |
joy |
1.7 |
install::
|
| 24 |
|
|
test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl
|