--- test/xhtmlbasicmakefile 2004/11/12 21:51:19 1.3
+++ test/xhtmlbasicmakefile 2006/03/22 15:20:07 1.5.2.1
@@ -2,9 +2,18 @@
#
# generates static HTML versions from MetaHTML sources for xhtml-basic
#
-# $Id: Makefile,v 1.3 2004/11/12 21:51:19 ahby Exp $
+# $Id: Makefile,v 1.5.2.1 2006/03/22 15:20:07 ahby Exp $
#
# $Log: Makefile,v $
+# Revision 1.5.2.1 2006/03/22 15:20:07 ahby
+# Fixed previous to point into new directory.
+#
+# Revision 1.5 2004/11/12 22:45:01 ahby
+# Fixed the release generation script again.
+#
+# Revision 1.4 2004/11/12 21:52:10 ahby
+# grrrr
+#
# Revision 1.3 2004/11/12 21:51:19 ahby
# Changed previous.
#
@@ -76,12 +85,12 @@
OUTPUT =
-PREVIOUS = /home/httpd/html/htmlwg/archive/REC-xhtml-basic-20001219/index.html
+PREVIOUS = /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-print-diff.html
+ /usr/local/bin/htmldiff -t $(PREVIOUS) index.html xhtml-basic-diff.html
/usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps index.html
ps2pdf xhtml-basic.ps xhtml-basic.pdf