mirror of https://github.com/python/cpython
Added dependency on the tools/toc2bkm.py script for the PDF files.
This commit is contained in:
parent
b8fd1f18ab
commit
d671e8fb87
|
@ -126,6 +126,7 @@ tut-all: tut.dvi tut.pdf tut.ps l2htut
|
||||||
# This rule avoids creation of the intermediate PostScript files and uses
|
# This rule avoids creation of the intermediate PostScript files and uses
|
||||||
# only free software.
|
# only free software.
|
||||||
#
|
#
|
||||||
|
$(PDFFILES): tools/toc2bkm.py
|
||||||
.dvi.pdf: $*.bkm
|
.dvi.pdf: $*.bkm
|
||||||
$(PDFLATEX) $*
|
$(PDFLATEX) $*
|
||||||
$(PYTHON) tools/toc2bkm.py $*
|
$(PYTHON) tools/toc2bkm.py $*
|
||||||
|
|
Loading…
Reference in New Issue