mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Added dependency on the tools/toc2bkm.py script for the PDF files.
This commit is contained in:
parent
b8fd1f18ab
commit
d671e8fb87
1 changed files with 1 additions and 0 deletions
|
|
@ -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 $*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue