Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d671e8f

Browse files
committed
Added dependency on the tools/toc2bkm.py script for the PDF files.
1 parent b8fd1f1 commit d671e8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ tut-all: tut.dvi tut.pdf tut.ps l2htut
126126
# This rule avoids creation of the intermediate PostScript files and uses
127127
# only free software.
128128
#
129+
$(PDFFILES): tools/toc2bkm.py
129130
.dvi.pdf: $*.bkm
130131
$(PDFLATEX) $*
131132
$(PYTHON) tools/toc2bkm.py $*

0 commit comments

Comments
 (0)