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

Contents of /markup/html/whatpm/What/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Tue May 1 07:46:42 2007 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +9 -3 lines
++ whatpm/What/ChangeLog	1 May 2007 07:44:59 -0000
	* HTML.pm.src (parse_string): New method.
	(get_inner_html): Renamed from |inner_html|.

	* Makefile: A rule for |HTML.html| is added.

	* HTML.pod: New documentation.

2007-05-01  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/t/ChangeLog	1 May 2007 07:46:34 -0000
	* HTML-tree.t: Use new |What::HTML->parse_string| method
	so that this test don't have to know parser class's
	internals.

	* tree-test-1.dat: New tests for "(<head> stuffs) in body"
	and "(<head> stuffs) after body" are added.

2007-05-01  Wakaba  <wakaba@suika.fam.cx>

1 POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2 --htmlroot ".."
3
4 all: HTML.pm ContentType.html HTML.html
5
6 HTML.pm: HTML.pm.src mkhtmlparser.pl
7 perl mkhtmlparser.pl $< > $@
8 perl -c $@
9
10 %.html: %.pm
11 $(POD2HTML) $< > $@
12
13 HTML.html: HTML.pod
14 $(POD2HTML) $< > $@

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24