--- test/xhtmlbasicmakefile 2004/02/04 10:35:03 1.1 +++ test/xhtmlbasicmakefile 2004/11/12 21:27:51 1.2 @@ -2,9 +2,12 @@ # # generates static HTML versions from MetaHTML sources for xhtml-basic # -# $Id: Makefile,v 1.1 2004/02/04 10:35:03 mimasa Exp $ +# $Id: Makefile,v 1.2 2004/11/12 21:27:51 ahby Exp $ # # $Log: Makefile,v $ +# Revision 1.2 2004/11/12 21:27:51 ahby +# Added second edition data. +# # Revision 1.1 2004/02/04 10:35:03 mimasa # Added files for production. # @@ -62,7 +65,7 @@ .mhtml.html: -cat xmacros.mhtml $< | /usr/local/metahtml/bin/mhc --set smacs::type "$(TYPE)" | $(TIDY) > $@ -TYPE = WD +TYPE = PER TIDY = /usr/local/bin/tidy -n -wrap 200 @@ -75,7 +78,7 @@ all: $(OUTPUT) Overview.html dev: all - /usr/local/bin/htmldiff -o $(PREVIOUS) Overview.html xhtml-print-diff.html + /usr/local/bin/htmldiff -t $(PREVIOUS) Overview.html xhtml-print-diff.html /usr/local/bin/html2ps -f html2ps.conf -o xhtml-basic.ps Overview.html ps2pdf xhtml-basic.ps xhtml-basic.pdf