/[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.1 - (hide annotations) (download)
Sat Aug 11 13:37:09 2007 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
++ manakai/lib/Message/ChangeLog	11 Aug 2007 13:36:49 -0000
2007-08-11  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: New directory |CGI| is added.

2007-08-11  Wakaba  <wakaba@suika.fam.cx>

	* CGI/: New directory.

++ manakai/lib/Message/CGI/ChangeLog	11 Aug 2007 13:33:26 -0000
	* Makefile: New file.

	* HTTP.pm: Reformed for manakai.

2007-08-11  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.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
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:$

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24