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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.8 - (show annotations) (download)
Sun Nov 11 04:59:36 2007 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.7: +9 -3 lines
++ ChangeLog	11 Nov 2007 04:59:27 -0000
2007-11-11  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: Link to |Whatpm::HTML::Serializer|.

++ whatpm/Whatpm/ChangeLog	11 Nov 2007 04:59:14 -0000
2007-11-11  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pod (get_inner_html): Removed.

	* Makefile (HTML-all, HTML-clean): New.

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

	* HTML.pm.src (get_inner_html): Removed (moved to HTML/Serializer.pm).

++ whatpm/Whatpm/HTML/ChangeLog	11 Nov 2007 04:58:48 -0000
2007-11-11  Wakaba  <wakaba@suika.fam.cx>

	* Serializer.pod: New file.

	* Makefile: New file.

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

	* Serializer.pm: New module (split from ../HTML.pm.src).

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

	* ChangeLog: New file.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24