mirror of https://github.com/python/cpython.git
When formatting the API manual, use the generated api.tex rather than
the original, since the refcount information has been added there.
This commit is contained in:
parent
7ac743bd72
commit
aafc0c4595
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue