From aafc0c4595c0e762ea598789537314ab95cbf524 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 12 Sep 2000 15:20:54 +0000 Subject: When formatting the API manual, use the generated api.tex rather than the original, since the refcount information has been added there. --- Doc/paper-letter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile index d95be8a..c7ea626 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 -- cgit v0.12