--- test/xhtmlbasicmakefile 2004/11/12 21:51:19 1.3 +++ test/xhtmlbasicmakefile 2004/11/12 22:45:01 1.5 @@ -2,9 +2,15 @@ # # 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 2004/11/12 22:45:01 ahby Exp $ # # $Log: Makefile,v $ +# 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 +82,12 @@ OUTPUT = -PREVIOUS = /home/httpd/html/htmlwg/archive/REC-xhtml-basic-20001219/index.html +PREVIOUS = /home/httpd/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