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 $< > $@ |
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 $@ |