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:
Fred Drake 2000-09-12 15:20:54 +00:00
parent 7ac743bd72
commit aafc0c4595
1 changed files with 2 additions and 2 deletions

View 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