[Zodb-checkins] CVS: StandaloneZODB/Doc - Makefile:1.1

Fred L. Drake, Jr. fdrake@acm.org
Fri, 25 Jan 2002 14:58:22 -0500


Update of /cvs-repository/StandaloneZODB/Doc
In directory cvs.zope.org:/tmp/cvs-serv26391

Added Files:
	Makefile 
Log Message:
Tell make what to do here.

=== Added File StandaloneZODB/Doc/Makefile ===
MKHOWTO=mkhowto

all: pdf html

pdf: storage.pdf

html: storage/storage.html

storage.pdf: storage.tex
	$(MKHOWTO) --pdf $<

storage/storage.html: storage.tex
	$(MKHOWTO) --html --iconserver=.

clean:
	rm -rf storage.pdf storage/