--- test/xhtmlbasicmakefile 2006/06/12 19:18:23 1.5.2.3 +++ test/xhtmlbasicmakefile 2006/10/12 14:48:16 1.5.2.6 @@ -2,7 +2,7 @@ # # generates static HTML versions from MetaHTML sources for xhtml-basic # -# $Id: Makefile,v 1.5.2.3 2006/06/12 20:18:23 ahby Exp $ +# $Id: Makefile,v 1.5.2.6 2006/10/12 15:48:16 ahby Exp $ # # @@ -11,20 +11,22 @@ .mhtml.html: -cat xmacros.mhtml $< | /usr/local/metahtml/bin/mhc --set smacs::type "$(TYPE)" | $(TIDY) > $@ -TYPE = WD +TYPE = ED TIDY = /usr/local/bin/tidy -n -wrap 200 SOURCE = -OUTPUT = +OUTPUT = xhtml-basic11-f.dtd -PREVIOUS = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html +PREVIOUS = /var/www/html/htmlwg/WD-xhtml-basic-20060913/index.html +PREVIOUSREC = /var/www/html/htmlwg/archives/REC-xhtml-basic-20001219/index.html all: $(OUTPUT) index.html dev: all /usr/local/bin/htmldiff -t $(PREVIOUS) index.html xhtml-basic-diff.html + /usr/local/bin/htmldiff -t $(PREVIOUSREC) index.html xhtml-basic-rec-diff.html /usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps index.html ps2pdf xhtml-basic.ps xhtml-basic.pdf @@ -47,5 +49,5 @@ -/usr/local/metahtml/bin/mhc --set smacs::hide-sections no --set smacs::type "$(TYPE)" Overview.mhtml | $(TIDY) > index.html rm -f fixrefs.sed -xhtml-basic11-f.dtd: xhtml-basic11* +xhtml-basic11-f.dtd: xhtml-basic11.dtd xhtml-basic11-model-1.mod echo '
text
' | spam -p -p - | sed -e 's/^$$/,$$d' > xhtml-basic11-f.dtd