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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download)
Thu Dec 2 11:51:30 2004 UTC (19 years, 5 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +14 -1 lines
Content model 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 content-address.en.html content-blockquote.en.html \
12 content-li.en.html content-dd.en.html
13
14 content-pre.en.html: $(MKXCL) $(SRC)
15 $(MKXCLPL) --element-type=pre > $@
16
17 content-a.en.html: $(MKXCL) $(SRC)
18 $(MKXCLPL) --element-type=a > $@
19
20 content-form.en.html: $(MKXCL) $(SRC)
21 $(MKXCLPL) --element-type=form > $@
22
23 content-fieldset.en.html: $(MKXCL) $(SRC)
24 $(MKXCLPL) --element-type=fieldset > $@
25
26 content-button.en.html: $(MKXCL) $(SRC)
27 $(MKXCLPL) --element-type=button > $@
28
29 content-label.en.html: $(MKXCL) $(SRC)
30 $(MKXCLPL) --element-type=label > $@
31
32 content-td.en.html: $(MKXCL) $(SRC)
33 $(MKXCLPL) --element-type=td > $@
34
35 content-blockquote.en.html: $(MKXCL) $(SRC)
36 $(MKXCLPL) --element-type=blockquote > $@
37
38 content-address.en.html: $(MKXCL) $(SRC)
39 $(MKXCLPL) --element-type=address > $@
40
41 content-li.en.html: $(MKXCL) $(SRC)
42 $(MKXCLPL) --element-type=li > $@
43
44 content-dd.en.html: $(MKXCL) $(SRC)
45 $(MKXCLPL) --element-type=dd > $@
46
47 classes.en.html: $(MKTBL) $(SRC)
48 $(MKTBLPL) > $@
49
50 classes-strict.en.html: $(MKTBL) $(SRC)
51 $(MKTBLPL) --no-transitional --no-frameset > $@
52
53 classes-transitional.en.html: $(MKTBL) $(SRC)
54 $(MKTBLPL) --no-strict --no-frameset > $@
55
56 classes-frameset.en.html: $(MKTBL) $(SRC)
57 $(MKTBLPL) --no-transitional --no-strict > $@

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24