]> granicus.if.org Git - python/commitdiff
Added dependency on the tools/toc2bkm.py script for the PDF files.
authorFred Drake <fdrake@acm.org>
Wed, 15 Apr 1998 14:50:56 +0000 (14:50 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 15 Apr 1998 14:50:56 +0000 (14:50 +0000)
Doc/Makefile

index 2a8765b39706171dcea71abb4c977a5d28eabee2..538fb741436901b14c2bd4b9538efa6743f76e3d 100644 (file)
@@ -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 $*