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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sat Jul 3 06:24:06 2004 UTC (21 years, 6 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +33 -10 lines
New

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24