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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sat May 26 12:33:04 2007 UTC (17 years, 5 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +10 -2 lines
++ whatpm/t/ChangeLog	26 May 2007 12:32:50 -0000
	* content-model-2.dat: Tests for |rel| values are added.

2007-05-26  Wakaba  <wakaba@suika.fam.cx>

++ whatpm/Whatpm/ChangeLog	26 May 2007 12:32:20 -0000
	* ContentChecker.pm ($HTMLLinkTypesAttrChecker): New checker.
	(link/@rel, a/@rel, area/@rel): Use new checker.

	* Makefile (_LinkTypeList.pm, RelExtensions.html): New rules.

	* _LinkTypeList.pm: New file.

	* mklinktypelist.pl: New file.

	* .cvsignore: |RelExtensions.html| added.

	* NanoDOM.pm (child_nodes): Returns an empty array
	for non-child-containing node types.
	(text_content): New attribute.

2007-05-26  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2     --htmlroot ".."
3 wakaba 1.2 WGET = wget
4 wakaba 1.1
5 wakaba 1.2 all: HTML.pm _LinkTypeList.pm ContentType.html HTML.html NanoDOM.html
6 wakaba 1.1
7     HTML.pm: HTML.pm.src mkhtmlparser.pl
8     perl mkhtmlparser.pl $< > $@
9     perl -c $@
10    
11     %.html: %.pm
12     $(POD2HTML) $< > $@
13    
14     HTML.html: HTML.pod
15     $(POD2HTML) $< > $@
16    
17 wakaba 1.2 _LinkTypeList.pm: mklinktypelist.pl RelExtensions.html
18     perl $< > $@
19     perl -c -w $@
20    
21     RelExtensions.html:
22     $(WGET) http://wiki.whatwg.org/wiki/RelExtensions -O $@
23    
24 wakaba 1.1 ## License: Public Domain.
25 wakaba 1.2 ## $Date: 2007/05/01 10:36:06 $

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24