Commit 53b09f3f authored by Fred Drake's avatar Fred Drake

Docs are now built in the Doc/ directory; this Makefile is no longer used.

parent 0e9e8f1d
TEX_FILES = gfdl.tex introduction.tex modules.tex prog-zodb.tex \
storages.tex transactions.tex zeo.tex zodb.tex
MKHOWTO=mkhowto
all: pdf html
pdf: zodb.pdf
zodb.pdf: $(TEX_FILES)
$(MKHOWTO) --pdf zodb.tex
zodb.dvi: $(TEX_FILES)
$(MKHOWTO) --dvi zodb.tex
html: $(TEX_FILES)
$(MKHOWTO) --html --dvips-safe --iconserver=. zodb.tex
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment