]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
When formatting the API manual, use the generated api.tex rather than
authorFred Drake <fdrake@acm.org>
Tue, 12 Sep 2000 15:20:54 +0000 (15:20 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 12 Sep 2000 15:20:54 +0000 (15:20 +0000)
the original, since the refcount information has been added there.

Doc/paper-letter/Makefile

index d95be8a8fde8b659b5f8620d8eafa6e984858ccb..c7ea6269a49e8024d26076317ef12e341599f3cc 100644 (file)
@@ -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