/[suikacvs]/perl/charclass/lib/Char/Class/Makefile
Suika

Contents of /perl/charclass/lib/Char/Class/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (hide annotations) (download)
Thu Jul 19 13:26:22 2007 UTC (17 years, 4 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +18 -4 lines
++ ChangeLog	19 Jul 2007 13:21:24 -0000
2007-07-19  Wakaba  <wakaba@suika.fam.cx>

	* Makefile.PL: Updated.

	* readme.en.html: New document.

	* .htaccess: New file.

	* release/: New directory.

	* MANIFEST.SKIP: New file.

	* cvscommit.sh: New file.

++ charclass/lib/Char/Class/ChangeLog	19 Jul 2007 13:26:07 -0000
2007-07-19  Wakaba  <wakaba@suika.fam.cx>

	* JISX0221-src.upl (SEE ALSO): Links to |Char::Class::UCS|
	and |Char::Class::RFC1815| are added.

	* Makefile (%.html): New rule.
	(all): Make HTML files.
	(MODULES): |JaInput.pm| was missing.
	(clean): Call |clean-pod|.  Don't delete generated Perl modules.
	(clean-pod): New rule.
	(distclean): New.  (Note that the rule name is incorrect!)

	* RFC1815-src.upl (SEE ALSO): Links to |Char::Class::UCS|
	and |Char::Class::JISX0221| are added.

	* UCS-src.upl (SEE ALSO): Links to |Char::Class::JISX0221|
	and |Char::Class::RFC1815| are added.

	* mkpm.pl (generated pod's NAME): Was generated with a bad style.
	(generated pod's COLLECTION NAMES): |=back| was missing.
	(generated pod's EXAMPLE): Use a real class name.  Note that
	this does not work for e.g. Kana.

++ charclass/t/ChangeLog	19 Jul 2007 11:57:39 -0000
2007-07-19  Wakaba  <wakaba@suika.fam.cx>

	* perlbug.t: Number of tests were wrong.

1 wakaba 1.7 PERL = perl
2 wakaba 1.1 RM = rm -fv
3 wakaba 1.9 POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
4     --htmlroot "../.."
5    
6     MODULES = Alphabet.pm Han.pm ISOIECTR10176.pm Hiragana.pm JISX0221.pm JISX4051.pm JISX4052.pm Kana.pm Katakana.pm RFC1815.pm UCS.pm XML.pm \
7     JaInput.pm
8     HTML_DOCUMENTS = $(MODULES:.pm=.html)
9 wakaba 1.3 MKPMLIB = mkpm.pl
10 wakaba 1.1
11 wakaba 1.9 all: $(MODULES) $(HTML_DOCUMENTS) clean-pod
12 wakaba 1.2
13 wakaba 1.3 %.pm: %-src.upl $(MKPMLIB)
14 wakaba 1.2 $(PERL) $< > $@
15 wakaba 1.6 $(PERL) -c $@
16 wakaba 1.3
17 wakaba 1.9 %.html: %.pm
18     $(POD2HTML) $< > $@
19    
20 wakaba 1.3 Hiragana.pm: Kana-src.upl $(MKPMLIB)
21     $(PERL) $< --hiragana > $@
22 wakaba 1.6 $(PERL) -c $@
23 wakaba 1.3
24     Katakana.pm: Kana-src.upl $(MKPMLIB)
25     $(PERL) $< --katakana > $@
26 wakaba 1.6 $(PERL) -c $@
27 wakaba 1.1
28 wakaba 1.9 clean: clean-pod
29     $(RM) *~ .*~ *.BAK .*.BAK
30    
31     clean-pod:
32     $(RM) *.tmp
33    
34     distclean:
35     $(MODULES) $(HTML_DOCUMENTS)

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24