--- test/xhtmlbasicmakefile 2006/06/28 17:03:01 1.5.2.4
+++ 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.4 2006/06/28 18:03:01 ahby Exp $
+# $Id: Makefile,v 1.5.2.6 2006/10/12 15:48:16 ahby Exp $
#
#
@@ -11,7 +11,7 @@
.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
@@ -19,12 +19,14 @@
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