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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Thu Sep 23 07:58:13 2004 UTC (21 years, 8 months ago) by wakaba
Branch: MAIN
Changes since 1.2: +11 -10 lines
fieldset of XHTML 1.0 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
12 content-pre.en.html: $(MKXCL) $(SRC)
13 $(MKXCLPL) --element-type=pre > $@
14
15 content-a.en.html: $(MKXCL) $(SRC)
16 $(MKXCLPL) --element-type=a > $@
17
18 content-form.en.html: $(MKXCL) $(SRC)
19 $(MKXCLPL) --element-type=form > $@
20
21 content-fieldset.en.html: $(MKXCL) $(SRC)
22 $(MKXCLPL) --element-type=fieldset > $@
23
24 content-button.en.html: $(MKXCL) $(SRC)
25 $(MKXCLPL) --element-type=button > $@
26
27 content-label.en.html: $(MKXCL) $(SRC)
28 $(MKXCLPL) --element-type=label > $@
29
30 classes.en.html: $(MKTBL) $(SRC)
31 $(MKTBLPL) > $@
32
33 classes-strict.en.html: $(MKTBL) $(SRC)
34 $(MKTBLPL) --no-transitional --no-frameset > $@
35
36 classes-transitional.en.html: $(MKTBL) $(SRC)
37 $(MKTBLPL) --no-strict --no-frameset > $@
38
39 classes-frameset.en.html: $(MKTBL) $(SRC)
40 $(MKTBLPL) --no-transitional --no-strict > $@

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24