|
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 | |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | WMLBASE=. |
|---|
| 6 | CUR_DIR= |
|---|
| 7 | SUBS=News Pics tools emdebian about docs packages toolchains locale grip |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | include $(WMLBASE)/Make.lang |
|---|
| 12 | |
|---|
| 13 | index.$(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 | |
|---|
| 18 | links.$(LANGUAGE).html: $(TEMPLDIR)/mainpage.wml |
|---|
| 19 | support.$(LANGUAGE).html: $(TEMPLDIR)/mainpage.wml |
|---|
| 20 | help.$(LANGUAGE).html: $(TEMPLDIR)/mainpage.wml |
|---|
| 21 | projects.$(LANGUAGE).html: $(TEMPLDIR)/mainpage.wml |
|---|
| 22 | develinfo.$(LANGUAGE).html: $(TEMPLDIR)/mainpage.wml |
|---|
| 23 | docs.$(LANGUAGE).html: $(TEMPLDIR)/mainpage.wml |
|---|
| 24 | search.$(LANGUAGE).html: $(TEMPLDIR)/mainpage.wml |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | #all:: $(SITEMAP) |
|---|
| 28 | |
|---|
| 29 | #install:: $(DESTSITEMAP) |
|---|
| 30 | |
|---|
| 31 | install:: $(HTMLDIR)/favicon.ico |
|---|
| 32 | |
|---|
| 33 | $(HTMLDIR)/favicon.ico: favicon.ico |
|---|
| 34 | install -p -m 664 favicon.ico $(HTMLDIR) |
|---|