Commit 2f2c92bc authored by Barry Warsaw's avatar Barry Warsaw

Add some rules to make the pdf

parent e1d4b29f
......@@ -6,10 +6,17 @@ TEX_FILES = gfdl.tex introduction.tex modules.tex prog-zodb.tex \
MKHOWTO=$(PYTHONSRC)/Doc/tools/mkhowto
all: pdf html
pdf: zodb.pdf
zodb.pdf: $(TEX_FILES)
$(MKHOWTO) --pdf zodb.tex
zodb.dvi: $(TEX_FILES)
$(MKHOWTO) --dvi zodb.tex
html:
html: $(TEX_FILES)
-rm -rf zodb
$(MKHOWTO) --html --iconserver=/python/writing/icons zodb.tex
# rm -f /home/amk/www/zodb/guide/*
......
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