summaryrefslogtreecommitdiffstats
path: root/Doc/paper-letter
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-12 15:20:54 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-12 15:20:54 (GMT)
commitaafc0c4595c0e762ea598789537314ab95cbf524 (patch)
tree369fcb3c44d473adab11c63471755f38b0baba37 /Doc/paper-letter
parent7ac743bd72d1550d8f8df4787467f386a14bffa9 (diff)
downloadcpython-aafc0c4595c0e762ea598789537314ab95cbf524.zip
cpython-aafc0c4595c0e762ea598789537314ab95cbf524.tar.gz
cpython-aafc0c4595c0e762ea598789537314ab95cbf524.tar.bz2
When formatting the API manual, use the generated api.tex rather than
the original, since the refcount information has been added there.
Diffstat (limited to 'Doc/paper-letter')
-rw-r--r--Doc/paper-letter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile
index d95be8a..c7ea626 100644
--- a/Doc/paper-letter/Makefile
+++ b/Doc/paper-letter/Makefile
@@ -55,10 +55,10 @@ README: $(PSFILES) $(TOOLSDIR)/getpagecounts
# Python/C API Reference Manual
api.dvi: api.tex $(APIFILES)
- $(MKDVI) ../api/api.tex
+ $(MKDVI) api.tex
api.pdf: api.tex $(APIFILES)
- $(MKPDF) ../api/api.tex
+ $(MKPDF) api.tex
api.tex: ../api/api.tex ../api/refcounts.dat ../tools/anno-api.py
$(PYTHON) ../tools/anno-api.py -o $@ ../api/api.tex