/[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.1 by wakaba, Tue May 1 10:36:06 2007 UTC revision 1.3 by wakaba, Sat Jun 23 07:42:11 2007 UTC
# Line 1  Line 1 
1  POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \  POD2HTML = pod2html --css "http://suika.fam.cx/www/style/html/pod.css" \
2    --htmlroot ".."    --htmlroot ".."
3    WGET = wget
4    
5  all: HTML.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 13  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
29            perl $< > $@
30            perl -c -w $@
31    
32    RelExtensions.html:
33            $(WGET) http://wiki.whatwg.org/wiki/RelExtensions -O $@
34    
35  ## License: Public Domain.  ## License: Public Domain.
36  ## $Date$  ## $Date$

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24