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

Fred L. Drake, Jr. fdrake@acm.org
Thu, 10 Oct 2002 10:41:45 -0400


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

Added Files:
	Makefile 
Log Message:
Rules for building the PDF and PostScript versions of the
documentation.


=== Added File Packages/ZConfig/doc/Makefile ===
# Rules to convert the documentation to a single PDF file.

.PHONY:	default all pdf ps

default:  pdf
all:	  pdf ps

pdf:	zconfig.pdf
ps:	zconfig.ps

zconfig.pdf:  zconfig.tex
	mkhowto --pdf $<

zconfig.ps:  zconfig.tex
	mkhowto --postscript $<