/[suikacvs]/test/xhtmlbasicmakefile
Suika

Contents of /test/xhtmlbasicmakefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5.2.8 - (show annotations) (download)
Wed Nov 1 15:51:39 2006 UTC (17 years, 6 months ago) by ahby
Branch: r1_1
CVS Tags: WD20070208, ED20070710, ED20070711, CR20061211, ED20061114, CD20070321, CR20070209, ED20070402, CR20070321, ED20070405, CR20070117
Changes since 1.5.2.7: +2 -2 lines
Removed production of the flattened DTD during document generation.

1 # Makefile for voyager
2 #
3 # generates static HTML versions from MetaHTML sources for xhtml-basic
4 #
5 # $Id: Makefile,v 1.5.2.8 2006/11/01 15:51:39 ahby Exp $
6 #
7 #
8
9 .SUFFIXES: .mhtml .html
10
11 .mhtml.html:
12 -cat xmacros.mhtml $< | /usr/local/metahtml/bin/mhc --set smacs::type "$(TYPE)" | $(TIDY) > $@
13
14 TYPE = ED
15
16 TIDY = /usr/local/bin/tidy -n -wrap 200
17
18 SOURCE =
19
20 OUTPUT =
21
22 PREVIOUS = /var/www/html/htmlwg/ED-xhtml-basic-20060913/index.html
23 PREVIOUSREC = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html
24
25 all: $(OUTPUT) index.html
26
27 dev: all
28 /usr/local/bin/htmldiff -t $(PREVIOUS) index.html xhtml-basic-diff.html
29 /usr/local/bin/htmldiff -t $(PREVIOUSREC) index.html xhtml-basic-rec-diff.html
30 /usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps index.html
31 ps2pdf xhtml-basic.ps xhtml-basic.pdf
32
33 release: $(OUTPUT)
34 -/usr/local/metahtml/bin/mhc --set smacs::hide-sections no --set smacs::type "$(TYPE)" --set date "$(DATE)" --set release "$(RELEASE)" Overview.mhtml | $(TIDY) > index.html
35 rm -f fixrefs.sed
36
37 validate: $(OUTPUT) index.html
38 for file in $(OUTPUT) index.html; \
39 do \
40 /usr/local/bin/nsgmls -s -wxml $$file ; \
41 done
42
43 clobber:
44 -rm -rf $(OUTPUT) index.html xhtml-basic xhtml-basic-*.html *.pdf *.ps *.zip *.tgz
45
46 $(OUTPUT): xmacros.mhtml
47
48 index.html: Overview.mhtml xmacros.mhtml $(SOURCE)
49 -/usr/local/metahtml/bin/mhc --set smacs::hide-sections no --set smacs::type "$(TYPE)" Overview.mhtml | $(TIDY) > index.html
50 rm -f fixrefs.sed
51
52 xhtml-basic11-f.dtd: xhtml-basic11.dtd xhtml-basic11-model-1.mod
53 echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN" "xhtml-basic11.dtd"> <html><head><title>title</title></head><body><p>text</p></body></html>' | spam -p -p - | sed -e 's/^<!DOCTYPE html \[//' -e '/^]>$$/,$$d' > xhtml-basic11-f.dtd

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24