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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Tue May 1 08:17:44 2007 UTC (19 years ago) by wakaba
Branch: MAIN
Changes since 1.4: +4 -1 lines
++ whatpm/What/ChangeLog	1 May 2007 08:17:35 -0000
	* NanoDOM.html: Documentation is added.

	* HTML.pod, ContentType.html: Documentation is revised.

	* .cvsignore: Pod2html temporary files are added.

	* Makefile: Make |NanoDOM.html|.

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 NanoDOM.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) $< > $@
15
16 ## License: Public Domain.
17 ## $Date:$

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24