/[suikacvs]/messaging/manakai/lib/Message/CGI/Makefile
Suika

Contents of /messaging/manakai/lib/Message/CGI/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sun Sep 23 07:57:00 2007 UTC (17 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-4-0, HEAD
Changes since 1.1: +2 -2 lines
Error occurred while calculating annotation data.
++ 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