--- test/xhtmlbasicmakefile 2006/10/12 14:43:40 1.5.2.5
+++ 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.5 2006/10/12 15:43:40 ahby Exp $
+# $Id: Makefile,v 1.5.2.6 2006/10/12 15:48:16 ahby Exp $
#
#
@@ -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