| 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 |
|
|
SUBS=Bugs MailingLists News Pics SPI consultants devel distrib doc events intro \
|
| 8 |
|
|
international logos mirror misc partners ports releases security vote y2k
|
| 9 |
|
|
|
| 10 |
|
|
include $(WMLBASE)/Make.lang
|
| 11 |
|
|
|
| 12 |
|
|
|
| 13 |
|
|
# Do Not modify the following line
|
| 14 |
|
|
index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
|
| 15 |
treacy |
1.3 |
$(wildcard News/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/News/2000/2000*.wml) \
|
| 16 |
swedish |
1.2 |
$(wildcard security/2000/2000*.wml) $(wildcard $(ENGLISHSRCDIR)/security/2000/2000*.wml) \
|
| 17 |
arabic |
1.1 |
$(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml
|
| 18 |
|
|
$(WML) index.wml
|
| 19 |
|
|
|