root/current/website/trunk/spanish/Makefile

Revision 194, 0.9 kB (checked in by zumbi, 2 years ago)

adding spanish copies

Line 
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
5WMLBASE=.
6CUR_DIR=
7SUBS=News Pics tools emdebian about docs
8
9#all install:: install-locale
10
11include $(WMLBASE)/Make.lang
12
13index.$(LANGUAGE).html: index.wml $(TEMPLDIR)/mainpage.wml \
14                $(wildcard News/$(CUR_YEAR)/[0-9]*.wml) \
15                $(TEMPLDIR)/ctime.wml $(TEMPLDIR)/recent_list.wml $(TEMPLDIR)/languages.wml
16        $(WML) index.wml
17
18links.$(LANGUAGE).html:  $(TEMPLDIR)/mainpage.wml
19support.$(LANGUAGE).html:  $(TEMPLDIR)/mainpage.wml
20help.$(LANGUAGE).html:  $(TEMPLDIR)/mainpage.wml
21projects.$(LANGUAGE).html: $(TEMPLDIR)/mainpage.wml
22develinfo.$(LANGUAGE).html:  $(TEMPLDIR)/mainpage.wml
23docs.$(LANGUAGE).html:  $(TEMPLDIR)/mainpage.wml
24
25
26#all:: $(SITEMAP)
27
28#install:: $(DESTSITEMAP)
29
30install:: $(HTMLDIR)/favicon.ico
31
32$(HTMLDIR)/favicon.ico: favicon.ico
33        install -p -m 664 favicon.ico $(HTMLDIR)
Note: See TracBrowser for help on using the browser.