diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile index d95be8a8fde..c7ea6269a49 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