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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue May 1 10:36:06 2007 UTC (17 years, 6 months ago) by wakaba
Branch: MAIN
Renamed

1 wakaba 1.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: 2007/05/01 08:17:44 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24