From d671e8fb87ba319527ce86bcfb02a0fac0155d9b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 15 Apr 1998 14:50:56 +0000 Subject: [PATCH] Added dependency on the tools/toc2bkm.py script for the PDF files. --- Doc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/Makefile b/Doc/Makefile index 2a8765b3970..538fb741436 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 $*