/[suikacvs]/markup/html/whatpm/Whatpm/Makefile
Suika

Contents of /markup/html/whatpm/Whatpm/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (hide annotations) (download)
Sun Nov 4 11:49:44 2007 UTC (17 years ago) by wakaba
Branch: MAIN
Changes since 1.6: +4 -3 lines
++ ChangeLog	4 Nov 2007 11:48:54 -0000
2007-11-04  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: Link to |Whatpm::CacheManifest|.

++ whatpm/Whatpm/ChangeLog	4 Nov 2007 11:49:27 -0000
	* Makefile: |CacheManifest.html| is added.

	* CacheManifest.pod: New file.

2007-11-04  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2     --htmlroot ".."
3 wakaba 1.2 WGET = wget
4 wakaba 1.6 CP = cp
5 wakaba 1.5 RM = rm
6     RMALL = $(RM) -fr
7 wakaba 1.1
8 wakaba 1.5 all: CSS-all \
9 wakaba 1.3 HTML.pm _NamedEntityList.pm _LinkTypeList.pm \
10 wakaba 1.7 ContentType.html HTML.html NanoDOM.html ContentChecker.html \
11     CacheManifest.html
12 wakaba 1.1
13 wakaba 1.5 CSS-all:
14     cd CSS && make all
15    
16 wakaba 1.6 update: update-remove-old _NamedEntityList.pm _LinkTypeList.pm
17    
18     update-remove-old: update-_NamedEntityList.pm \
19     update-_LinkTypeList.pm
20    
21 wakaba 1.1 HTML.pm: HTML.pm.src mkhtmlparser.pl
22     perl mkhtmlparser.pl $< > $@
23     perl -c $@
24    
25     %.html: %.pm
26     $(POD2HTML) $< > $@
27    
28 wakaba 1.7 HTML.html ContentChecker.html CacheManifest.html:: %.html: %.pod
29 wakaba 1.1 $(POD2HTML) $< > $@
30    
31 wakaba 1.3 _NamedEntityList.pm: mkentitylist.pl Entities.html
32     perl $< > $@.tmp
33     perl -c -w $@.tmp
34 wakaba 1.6 $(CP) $@.tmp $@
35     $(RMALL) $@.tmp
36    
37     update-_NamedEntityList.pm:
38     $(RMALL) Entities.html
39 wakaba 1.3
40     Entities.html:
41     $(WGET) -O $@ http://www.whatwg.org/specs/web-apps/current-work/multipage/section-entities.html
42    
43 wakaba 1.2 _LinkTypeList.pm: mklinktypelist.pl RelExtensions.html
44     perl $< > $@
45     perl -c -w $@
46    
47 wakaba 1.6 update-_LinkTypeList.pm:
48     $(RMALL) RelExtensions.html
49    
50 wakaba 1.2 RelExtensions.html:
51     $(WGET) http://wiki.whatwg.org/wiki/RelExtensions -O $@
52    
53 wakaba 1.5 clean: CSS-clean
54     $(RMALL) *~ *.bak *.tmp
55    
56     CSS-clean:
57     cd CSS && make clean
58    
59 wakaba 1.1 ## License: Public Domain.
60 wakaba 1.7 ## $Date: 2007/10/17 10:46:26 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24