Kaydet (Commit) aafc0c45 authored tarafından Fred Drake's avatar Fred Drake

When formatting the API manual, use the generated api.tex rather than

the original, since the refcount information has been added there.
üst 7ac743bd
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment