Parent Directory
|
Revision Log
++ swe/lib/Regexp/Visualize/ChangeLog 13 Jan 2009 14:12:50 -0000 2009-01-13 Wakaba <wakaba@suika.fam.cx> * Simple.pod: New file. * Makefile: New file. * Simple.pm: Added license section.
| 1 | POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \ |
| 2 | --htmlroot "../.." |
| 3 | |
| 4 | all: Simple.html |
| 5 | |
| 6 | Simple.html: Simple.pod |
| 7 | $(POD2HTML) $< > $@ |
| 8 | |
| 9 | ## License: Public Domain. |
| 10 | ## $Date:$ |
| admin@suikawiki.org | ViewVC Help |
| Powered by ViewVC 1.1.24 |