diff options
-rw-r--r-- | Doc/paper-letter/Makefile | 4 |
1 files 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 |