/[suikacvs]/webroot/www/2004/html/Makefile
Suika

Contents of /webroot/www/2004/html/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.4 - (show annotations) (download)
Thu Dec 2 11:11:17 2004 UTC (21 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.3: +5 -1 lines
html-content.pl: Content model for 'td' added.

1 MKTBL = mkclstbl.pl
2 MKTBLPL = perl $(MKTBL)
3 MKXCL = mkcontbl.pl
4 MKXCLPL = perl $(MKXCL)
5 SRC = html-content.pl
6
7 all: classes.en.html classes-frameset.en.html classes-transitional.en.html \
8 classes-strict.en.html \
9 content-pre.en.html content-a.en.html content-fieldset.en.html \
10 content-form.en.html content-button.en.html content-label.en.html \
11 content-td.en.html
12
13 content-pre.en.html: $(MKXCL) $(SRC)
14 $(MKXCLPL) --element-type=pre > $@
15
16 content-a.en.html: $(MKXCL) $(SRC)
17 $(MKXCLPL) --element-type=a > $@
18
19 content-form.en.html: $(MKXCL) $(SRC)
20 $(MKXCLPL) --element-type=form > $@
21
22 content-fieldset.en.html: $(MKXCL) $(SRC)
23 $(MKXCLPL) --element-type=fieldset > $@
24
25 content-button.en.html: $(MKXCL) $(SRC)
26 $(MKXCLPL) --element-type=button > $@
27
28 content-label.en.html: $(MKXCL) $(SRC)
29 $(MKXCLPL) --element-type=label > $@
30
31 content-td.en.html: $(MKXCL) $(SRC)
32 $(MKXCLPL) --element-type=td > $@
33
34 classes.en.html: $(MKTBL) $(SRC)
35 $(MKTBLPL) > $@
36
37 classes-strict.en.html: $(MKTBL) $(SRC)
38 $(MKTBLPL) --no-transitional --no-frameset > $@
39
40 classes-transitional.en.html: $(MKTBL) $(SRC)
41 $(MKTBLPL) --no-strict --no-frameset > $@
42
43 classes-frameset.en.html: $(MKTBL) $(SRC)
44 $(MKTBLPL) --no-transitional --no-strict > $@

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24