Parent Directory
|
Revision Log
Renamed
| 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 |