| 1 |
turkish |
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.10 |
SUBS=Bugs MailingLists News Pics banners chinese consultants devel distrib \
|
| 8 |
|
|
doc events intro international logos mirror misc partners ports releases \
|
| 9 |
|
|
searchtmpl security vote y2k
|
| 10 |
turkish |
1.1 |
|
| 11 |
|
|
include $(WMLBASE)/Make.lang
|
| 12 |
|
|
|
| 13 |
|
|
|
| 14 |
joy |
1.10 |
ifneq "$(LANGUAGE)" "en"
|
| 15 |
|
|
sitemap.$(LANGUAGE).html: $(ENGLISHDIR)/sitemap.wml
|
| 16 |
|
|
$(shell echo $(WML) | sed s/index/sitemap/) \
|
| 17 |
|
|
$(shell echo $(ENGLISHDIR) | sed s,./,,)/sitemap.wml \
|
| 18 |
|
|
$(shell egrep '^-D (CUR_|CHAR)' .wmlrc)
|
| 19 |
|
|
endif
|
| 20 |
|
|
|
| 21 |
turkish |
1.1 |
index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
|
| 22 |
joy |
1.7 |
$(wildcard News/$(CUR_YEAR)/[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/News/$(CUR_YEAR)/[0-9]*.wml) \
|
| 23 |
|
|
$(wildcard security/$(CUR_YEAR)/dsa-[0-9]*.wml) $(wildcard $(ENGLISHSRCDIR)/security/$(CUR_YEAR)/dsa-[0-9]*.wml) \
|
| 24 |
treacy |
1.5 |
$(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml \
|
| 25 |
joy |
1.10 |
$(ENGLISHSRCDIR)/releases/info sitemap.$(LANGUAGE).html
|
| 26 |
turkish |
1.1 |
$(WML) index.wml
|
| 27 |
|
|
|
| 28 |
joy |
1.7 |
install::
|
| 29 |
|
|
test -L $(HTMLDIR)/intl || ln -sf international $(HTMLDIR)/intl
|
| 30 |
joy |
1.10 |
ifneq "$(LANGUAGE)" "en"
|
| 31 |
|
|
-install -m 664 -p sitemap.$(LANGUAGE).html $(HTMLDIR)
|
| 32 |
|
|
endif
|