/[suikacvs]/markup/html/whatpm/Whatpm/Charset/Makefile
Suika

Contents of /markup/html/whatpm/Whatpm/Charset/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Nov 19 12:18:27 2007 UTC (17 years, 7 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
++ ChangeLog	19 Nov 2007 12:16:52 -0000
2007-11-19  Wakaba  <wakaba@suika.fam.cx>

	* readme.en.html: Link to |Whatpm::Charset::UniversalCharDet|.

++ whatpm/Whatpm/ChangeLog	19 Nov 2007 12:17:47 -0000
2007-11-19  Wakaba  <wakaba@suika.fam.cx>

	* HTML.pm.src (parse_byte_string): Detect charset
	by universalchardet if charset parameter is not specified.

	* Makefile (Charset-all, Charset-clean): New rules.

++ whatpm/Whatpm/Charset/ChangeLog	19 Nov 2007 11:54:20 -0000
2007-11-19  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: New file.

	* UniversalCharDet.pm, UniversalCharDet.pod: New files.

1 POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2 --htmlroot "../.."
3 WGET = wget
4 RM = rm
5 RMALL = $(RM) -fr
6
7 all: UniversalCharDet.html
8
9 %.html: %.pod
10 $(POD2HTML) $< > $@
11
12 clean:
13 $(RMALL) *~ *.bak *.tmp
14
15 ## License: Public Domain.
16 ## $Date: 2007/10/17 09:47:36 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24