Parent Directory | Revision Log
++ manakai/lib/Message/CGI/ChangeLog 23 Sep 2007 07:56:57 -0000 2007-09-23 Wakaba <wakaba@suika.fam.cx> * Makefile (all): |Carp.html| is added. ++ manakai/lib/Message/DOM/ChangeLog 23 Sep 2007 07:55:19 -0000 2007-09-23 Wakaba <wakaba@suika.fam.cx> * SelectorsAPI.pm: New Perl module.
1 | POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \ |
2 | --htmlroot "../../.." |
3 | |
4 | RM = rm -v |
5 | RMALL = $(RM) -f |
6 | |
7 | all: HTTP.html Carp.html |
8 | |
9 | %.html: %.pm |
10 | $(POD2HTML) $< > $@ |
11 | |
12 | clean: |
13 | $(RMALL) *~ .*~ *.BAK .*.BAK *.tmp |
14 | |
15 | distclean: clean |
16 | |
17 | ## License: Public Domain. |
18 | ## $Date: 2007/08/11 13:37:09 $ |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |