From: Fred Drake Date: Tue, 12 Sep 2000 15:20:54 +0000 (+0000) Subject: When formatting the API manual, use the generated api.tex rather than X-Git-Tag: v2.0b2~367 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=aafc0c4595c0e762ea598789537314ab95cbf524;p=thirdparty%2FPython%2Fcpython.git When formatting the API manual, use the generated api.tex rather than the original, since the refcount information has been added there. --- diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile index d95be8a8fde8..c7ea6269a49e 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