| 5 |
WMLBASE=. |
WMLBASE=. |
| 6 |
CUR_DIR= |
CUR_DIR= |
| 7 |
SUBS=Bugs MailingLists News Pics consultants devel distrib doc events intro \ |
SUBS=Bugs MailingLists News Pics consultants devel distrib doc events intro \ |
| 8 |
international logos mirror misc partners ports releases security vote y2k |
international logos mirror misc partners ports releases security vote y2k \ |
| 9 |
|
chinese searchtmpl |
| 10 |
|
|
| 11 |
include $(WMLBASE)/Make.lang |
include $(WMLBASE)/Make.lang |
| 12 |
|
|
| 13 |
|
CUR_YEAR ?= $(shell date +%Y) |
| 14 |
|
|
| 15 |
# Do Not modify the following line |
# Do Not modify the following line |
| 16 |
index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \ |
index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \ |
| 17 |
$(wildcard News/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/News/2000/2000*.wml) \ |
$(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \ |
| 18 |
$(wildcard security/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/security/2000/2000*.wml) \ |
$(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \ |
| 19 |
$(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \ |
$(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \ |
| 20 |
$(ENGLISHSRCDIR)/releases/info |
$(ENGLISHSRCDIR)/releases/info |
| 21 |
$(WML) index.wml |
$(WML) index.wml |
| 22 |
|
|
| 23 |
|
install:: |
| 24 |
|
test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl |