summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-04-15 14:50:56 (GMT)
committerFred Drake <fdrake@acm.org>1998-04-15 14:50:56 (GMT)
commitd671e8fb87ba319527ce86bcfb02a0fac0155d9b (patch)
tree3e8563dd928e08b877db79c1493da09be149caa0 /Doc/Makefile
parentb8fd1f18abb43cd2da6c410bb2925e7a3aa7d24b (diff)
downloadcpython-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/Makefile')
-rw-r--r--Doc/Makefile1
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 $*