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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.48 - (show annotations) (download)
Sun Jul 29 09:44:24 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
Changes since 1.47: +10 -4 lines
++ manakai/lib/Message/DOM/ChangeLog	29 Jul 2007 09:44:05 -0000
	* DOMImplementation.pod: New documentation.

	* Makefile: Make HTML document.

2007-07-29  Wakaba  <wakaba@suika.fam.cx>

	* Document.pm: Renamed from DOMDocument.pm.

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 = DOMImplementation.html
7
8 all: $(HTML_FILES)
9
10 %.html: %.pod
11 $(POD2HTML) $< > $@
12
13 clean:
14 $(RMALL) *.tmp .*.tmp *~ .*~ *.BAK .*.BAK
15
16 distclean: clean
17 $(RMALL) $(HTML_FILES)
18
19 ## $Date: 2007/07/29 08:20:00 $
20 ## License: Public Domain.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24