diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-12 15:20:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-12 15:20:54 (GMT) |
commit | aafc0c4595c0e762ea598789537314ab95cbf524 (patch) | |
tree | 369fcb3c44d473adab11c63471755f38b0baba37 /Doc/paper-letter | |
parent | 7ac743bd72d1550d8f8df4787467f386a14bffa9 (diff) | |
download | cpython-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/Makefile | 4 |
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 |