diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-15 14:50:56 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-15 14:50:56 (GMT) |
commit | d671e8fb87ba319527ce86bcfb02a0fac0155d9b (patch) | |
tree | 3e8563dd928e08b877db79c1493da09be149caa0 /Doc | |
parent | b8fd1f18abb43cd2da6c410bb2925e7a3aa7d24b (diff) | |
download | cpython-d671e8fb87ba319527ce86bcfb02a0fac0155d9b.zip cpython-d671e8fb87ba319527ce86bcfb02a0fac0155d9b.tar.gz cpython-d671e8fb87ba319527ce86bcfb02a0fac0155d9b.tar.bz2 |
Added dependency on the tools/toc2bkm.py script for the PDF files.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 2a8765b..538fb74 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -126,6 +126,7 @@ tut-all: tut.dvi tut.pdf tut.ps l2htut # This rule avoids creation of the intermediate PostScript files and uses # only free software. # +$(PDFFILES): tools/toc2bkm.py .dvi.pdf: $*.bkm $(PDFLATEX) $* $(PYTHON) tools/toc2bkm.py $* |