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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.49 - (show annotations) (download)
Fri Sep 21 08:10:04 2007 UTC (17 years, 2 months ago) by wakaba
Branch: MAIN
CVS Tags: manakai-release-0-4-0, HEAD
Changes since 1.48: +2 -2 lines
++ manakai/bin/ChangeLog	21 Sep 2007 07:55:21 -0000
2007-09-21  Wakaba  <wakaba@suika.fam.cx>

	* daf.pl, mkdisdump.pl, grep-dis.pl, mkdommemlist.pl: Removed.

++ manakai/lib/Message/IMT/ChangeLog	21 Sep 2007 08:02:20 -0000
2007-09-21  Wakaba  <wakaba@suika.fam.cx>

	* InternetMediaType.pm: Don't raise CoreException even if
	a read-only attribute is attempted to be modified.

++ manakai/lib/Message/Markup/ChangeLog	21 Sep 2007 07:46:59 -0000
2007-09-21  Wakaba  <wakaba@suika.fam.cx>

	* SuikaWikiConfig21.dis, SuikaWikiConfig21.pm, common.dis,
	H2H.dis: Removed.

++ manakai/lib/Message/Util/ChangeLog	21 Sep 2007 07:44:10 -0000
2007-09-21  Wakaba  <wakaba@suika.fam.cx>

	* Makefile (clean): Don't remove generated files.

	* ManakaiNode.dis, ManakaiNodeTest.dis, PerlCode.dis,
	PerlCode.pm, ManakaiNode.pm, common.dis, DIS.dis, DIS.pm: Removed.

	* DIS/, AutoLoad/: Removed.

++ manakai/lib/Message/Util/Error/ChangeLog	21 Sep 2007 07:44:55 -0000
2007-09-21  Wakaba  <wakaba@suika.fam.cx>

	* Core.dis, DOMException.pm, DOMException.dis: Removed.

++ manakai/lib/Message/Util/Formatter/ChangeLog	21 Sep 2007 08:09:07 -0000
2007-09-21  Wakaba  <wakaba@suika.fam.cx>

	* Base.pm (___error_def): Error description key names
	are updated.

	* Muf2003.dis: Removed.

++ manakai/lib/manakai/ChangeLog	21 Sep 2007 07:52:20 -0000
2007-09-21  Wakaba  <wakaba@suika.fam.cx>

	* DISLang.dis, Document.dis, NaturalLanguage.dis, DISMarkup.dis,
	ECMAScript.dis, Test.dis, Charset.dis, DISPerl.dis, Java.dis,
	XML.dis, DISCore.dis, DISRDF.dis, DISIDL.dis, DISSource.dis,
	Message.dis, daf-perl-t.pl, daf-dtd-modules.pl, daf-perl-pm.pl,
	dis-catalog, mndebug.pl: Removed.

++ manakai/t/ChangeLog	21 Sep 2007 08:00:31 -0000
2007-09-21  Wakaba  <wakaba@suika.fam.cx>

	* util-mnode.t: Removed.

1 POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2 --htmlroot "../.."
3 POD2HTML2 = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
4 --htmlroot "../../.."
5
6 MANAKAI_ROOT_DIR = ../../../
7 MANAKAI_LIB_DIR = $(MANAKAI_ROOT_DIR)lib/
8
9 CD = cd
10 MAKE = make
11 RM = rm
12 RMALL = $(RM) -fv
13 PERL = perl
14 PERL_OPTIONS =
15 PERL_OPTIONS_ALL = $(PERL_OPTIONS) -I$(MANAKAI_LIB_DIR)
16 PERL_ = $(PERL) $(PERL_OPTIONS_ALL)
17 PERLC = $(PERL) -c -w
18 PERLC_OPTIONS =
19 PERLC_OPTIONS_ALL = $(PERLC_OPTIONS) -I$(MANAKAI_LIB_DIR)
20 PERL_CHK = $(PERLC) $(PERLC_OPTIONS_ALL)
21 TOUCH = touch
22
23 HTML_FILES = Error.html \
24 Formatter/Base.html Formatter/Boolean.html Formatter/Text.html \
25 HostPermit.html QName/Filter.html
26
27 GENERATED_FILES = $(HTML_FILES)
28
29 all: $(GENERATED_FILES)
30
31 Error.html:: %.html: %.pod
32 $(POD2HTML) $< > $@
33
34 %.html: %.pm
35 $(POD2HTML) $< > $@
36
37 Formatter/%.html: %.pm
38 $(POD2HTML2) $< > $@
39
40 clean:
41 $(RMALL) *.tmp .*.tmp *~ .*~
42 $(RMALL) Error/*~ Error/.*~
43 $(RMALL) Formatter/*~ Formatter/.*~
44
45 distclean: clean
46 $(RMALL) $(GENERATED_FILES)
47
48 ## $Date: 2007/08/25 07:02:11 $
49 ## License: Public Domain.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24