root/current/website/trunk/english/Makefile

Revision 5190, 1.0 kB (checked in by codehelp, 5 weeks ago)

Add support for Grip.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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 packages toolchains locale grip
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
24search.$(LANGUAGE).html:  $(TEMPLDIR)/mainpage.wml
25
26
27#all:: $(SITEMAP)
28
29#install:: $(DESTSITEMAP)
30
31install:: $(HTMLDIR)/favicon.ico
32
33$(HTMLDIR)/favicon.ico: favicon.ico
34        install -p -m 664 favicon.ico $(HTMLDIR)
Note: See TracBrowser for help on using the browser.