[Zope-Checkins] CVS: Zope/lib/python/ZConfig/doc - Makefile:1.6

Chris McDonough chrism@zope.com
Mon, 13 Jan 2003 20:45:08 -0500


Update of /cvs-repository/Zope/lib/python/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv10050

Modified Files:
	Makefile 
Log Message:
Give Makefile a text target.


=== Zope/lib/python/ZConfig/doc/Makefile 1.5 => 1.6 ===
--- Zope/lib/python/ZConfig/doc/Makefile:1.5	Mon Jan 13 15:17:55 2003
+++ Zope/lib/python/ZConfig/doc/Makefile	Mon Jan 13 20:45:04 2003
@@ -9,11 +9,12 @@
 .PHONY:	default all html pdf ps
 
 default:  pdf
-all:	  html pdf ps
+all:	  html pdf ps text
 
 html:   zconfig/zconfig.html
 pdf:	zconfig.pdf
 ps:	zconfig.ps
+text:   zconfig.txt
 
 zconfig/zconfig.html:  zconfig.tex schema.dtd xmlmarkup.perl
 	mkhowto --html $<
@@ -23,6 +24,9 @@
 
 zconfig.ps:  zconfig.tex schema.dtd xmlmarkup.sty
 	mkhowto --postscript $<
+
+zconfig.txt: zconfig.tex schema.dtd xmlmarkup.sty
+	mkhowto --text $<
 
 clean:
 	rm -f zconfig.l2h zconfig.l2h~