commit | d671e8fb87ba319527ce86bcfb02a0fac0155d9b | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Wed Apr 15 14:50:56 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Wed Apr 15 14:50:56 1998 +0000 |
tree | 3e8563dd928e08b877db79c1493da09be149caa0 | |
parent | b8fd1f18abb43cd2da6c410bb2925e7a3aa7d24b [diff] [blame] |
Added dependency on the tools/toc2bkm.py script for the PDF files.
diff --git a/Doc/Makefile b/Doc/Makefile index 2a8765b..538fb74 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -126,6 +126,7 @@ # 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 $*