/[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.4 by wakaba, Mon Aug 6 10:56:50 2007 UTC revision 1.5 by wakaba, Wed Oct 17 09:47:36 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  WGET = wget
4    RM = rm
5    RMALL = $(RM) -fr
6    
7  all: \  all: CSS-all \
8    HTML.pm _NamedEntityList.pm _LinkTypeList.pm \    HTML.pm _NamedEntityList.pm _LinkTypeList.pm \
9    ContentType.html HTML.html NanoDOM.html ContentChecker.html    ContentType.html HTML.html NanoDOM.html ContentChecker.html
10    
11    CSS-all:
12            cd CSS && make all
13    
14  HTML.pm: HTML.pm.src mkhtmlparser.pl  HTML.pm: HTML.pm.src mkhtmlparser.pl
15          perl mkhtmlparser.pl $< > $@          perl mkhtmlparser.pl $< > $@
16          perl -c $@          perl -c $@
# Line 32  _LinkTypeList.pm: mklinktypelist.pl RelE Line 37  _LinkTypeList.pm: mklinktypelist.pl RelE
37  RelExtensions.html:  RelExtensions.html:
38          $(WGET) http://wiki.whatwg.org/wiki/RelExtensions -O $@          $(WGET) http://wiki.whatwg.org/wiki/RelExtensions -O $@
39    
40    clean: CSS-clean
41            $(RMALL) *~ *.bak *.tmp
42    
43    CSS-clean:
44            cd CSS && make clean
45    
46  ## License: Public Domain.  ## License: Public Domain.
47  ## $Date$  ## $Date$

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24