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

Diff of /markup/html/whatpm/Whatpm/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wakaba, Sat May 26 12:33:04 2007 UTC revision 1.3 by wakaba, Sat Jun 23 07:42:11 2007 UTC
# Line 2  POD2HTML = pod2html --css "http://suika. Line 2  POD2HTML = pod2html --css "http://suika.
2    --htmlroot ".."    --htmlroot ".."
3  WGET = wget  WGET = wget
4    
5  all: HTML.pm _LinkTypeList.pm ContentType.html HTML.html NanoDOM.html  all: \
6      HTML.pm _NamedEntityList.pm _LinkTypeList.pm \
7      ContentType.html HTML.html NanoDOM.html
8    
9  HTML.pm: HTML.pm.src mkhtmlparser.pl  HTML.pm: HTML.pm.src mkhtmlparser.pl
10          perl mkhtmlparser.pl $< > $@          perl mkhtmlparser.pl $< > $@
# Line 14  HTML.pm: HTML.pm.src mkhtmlparser.pl Line 16  HTML.pm: HTML.pm.src mkhtmlparser.pl
16  HTML.html: HTML.pod  HTML.html: HTML.pod
17          $(POD2HTML) $< > $@          $(POD2HTML) $< > $@
18    
19    _NamedEntityList.pm: mkentitylist.pl Entities.html
20            perl $< > $@.tmp
21            perl -c -w $@.tmp
22            cp $@.tmp $@
23            rm $@.tmp
24    
25    Entities.html:
26            $(WGET) -O $@ http://www.whatwg.org/specs/web-apps/current-work/multipage/section-entities.html
27    
28  _LinkTypeList.pm: mklinktypelist.pl RelExtensions.html  _LinkTypeList.pm: mklinktypelist.pl RelExtensions.html
29          perl $< > $@          perl $< > $@
30          perl -c -w $@          perl -c -w $@

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24