Added dependency on the tools/toc2bkm.py script for the PDF files.

This commit is contained in:
Fred Drake 1998-04-15 14:50:56 +00:00
parent b8fd1f18ab
commit d671e8fb87
1 changed files with 1 additions and 0 deletions

View 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 $*