[Zope-Checkins] CVS: Packages/ZConfig/doc - Makefile:1.5

Fred L. Drake, Jr. fred@zope.com
Mon, 13 Jan 2003 15:17:57 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv27231

Modified Files:
	Makefile 
Log Message:
- update dependency information
- add support for HTML generation


=== Packages/ZConfig/doc/Makefile 1.4 => 1.5 ===
--- Packages/ZConfig/doc/Makefile:1.4	Fri Dec 20 10:45:50 2002
+++ Packages/ZConfig/doc/Makefile	Mon Jan 13 15:17:55 2003
@@ -1,18 +1,32 @@
 # Rules to convert the documentation to a single PDF file.
 #
+# PostScript and HTML output are also supported, though PDF is the
+# default.
+#
 # See the README.txt file for information on the mkhowto program used
 # to generate the PDF and PostScript versions of the documentation.
 
-.PHONY:	default all pdf ps
+.PHONY:	default all html pdf ps
 
 default:  pdf
-all:	  pdf ps
+all:	  html pdf ps
 
+html:   zconfig/zconfig.html
 pdf:	zconfig.pdf
 ps:	zconfig.ps
 
-zconfig.pdf:  zconfig.tex
+zconfig/zconfig.html:  zconfig.tex schema.dtd xmlmarkup.perl
+	mkhowto --html $<
+
+zconfig.pdf:  zconfig.tex schema.dtd xmlmarkup.sty
 	mkhowto --pdf $<
 
-zconfig.ps:  zconfig.tex
+zconfig.ps:  zconfig.tex schema.dtd xmlmarkup.sty
 	mkhowto --postscript $<
+
+clean:
+	rm -f zconfig.l2h zconfig.l2h~
+
+clobber:  clean
+	rm -f zconfig.pdf zconfig.ps
+	rm -rf zconfig