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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Sat Aug 25 06:54:30 2007 UTC (17 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +12 -51 lines
++ manakai/doc/web/ChangeLog	25 Aug 2007 06:53:34 -0000
2007-08-25  Wakaba  <wakaba@suika.fam.cx>

	* cover.ja.html: Link to |Message::URI::URIReference|
	pod is added.

++ manakai/lib/ChangeLog	25 Aug 2007 06:53:48 -0000
2007-08-25  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: Cleanded up.

++ manakai/lib/Message/URI/ChangeLog	25 Aug 2007 06:54:13 -0000
2007-08-25  Wakaba  <wakaba@suika.fam.cx>

	* URIReference.pod: New documentation.

	* Makefile: Renewed.

1 POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2 --htmlroot "../../.."
3 RM = rm
4 RMALL = $(RM) -fv
5
6 HTML_FILES = URIReference.html
7
8 all: $(HTML_FILES)
9
10 %.html: %.pod
11 $(POD2HTML) $< > $@
12
13 clean:
14 $(RMALL) .*.tmp *~ .*~ *.BAK .*.BAK
15
16 distclean: clean
17 $(RMALL) $(HTML_FILES)
18
19 ## $Date: 2006/03/31 16:44:25 $
20 ## License: Public Domain.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24