/[pub]/test/xhtmlbasicmakefile
Suika

Contents of /test/xhtmlbasicmakefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5.2.2 - (show annotations) (download)
Wed Mar 22 15:24:02 2006 UTC (18 years, 1 month ago) by ahby
Branch: r1_1
CVS Tags: WD20060607, WD20060608, WD20060503, WD20060329
Changes since 1.5.2.1: +2 -68 lines
Made a branch for version 1.1.

1 # Makefile for voyager
2 #
3 # generates static HTML versions from MetaHTML sources for xhtml-basic
4 #
5 # $Id: Makefile,v 1.5.2.2 2006/03/22 15:24:02 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 = WD
15
16 TIDY = /usr/local/bin/tidy -n -wrap 200
17
18 SOURCE =
19
20 OUTPUT =
21
22 PREVIOUS = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html
23
24 all: $(OUTPUT) index.html
25
26 dev: all
27 /usr/local/bin/htmldiff -t $(PREVIOUS) index.html xhtml-basic-diff.html
28 /usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps index.html
29 ps2pdf xhtml-basic.ps xhtml-basic.pdf
30
31 release: $(OUTPUT)
32 -/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
33 rm -f fixrefs.sed
34
35 validate: $(OUTPUT) index.html
36 for file in $(OUTPUT) index.html; \
37 do \
38 /usr/local/bin/nsgmls -s -wxml $$file ; \
39 done
40
41 clobber:
42 -rm -rf $(OUTPUT) index.html xhtml-basic xhtml-basic-*.html *.pdf *.ps *.zip *.tgz
43
44 $(OUTPUT): xmacros.mhtml
45
46 index.html: Overview.mhtml xmacros.mhtml $(SOURCE)
47 -/usr/local/metahtml/bin/mhc --set smacs::hide-sections no --set smacs::type "$(TYPE)" Overview.mhtml | $(TIDY) > index.html
48 rm -f fixrefs.sed

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24