]> granicus.if.org Git - python/commitdiff
Include indfix.py script in lib.dvi's processing.
authorFred Drake <fdrake@acm.org>
Mon, 9 Feb 1998 22:18:42 +0000 (22:18 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 9 Feb 1998 22:18:42 +0000 (22:18 +0000)
Doc/Makefile

index 9651db4f672bea68a69f938edc6be8479d40757a..cc20439d14f54066b605789ec137d9f11573c3b7 100644 (file)
@@ -133,13 +133,14 @@ LIBFILES = lib.tex \
     liblocale.tex libbasehttp.tex libcopyreg.tex
 
 # Library document
-lib.dvi: modindex.py $(LIBFILES)
+lib.dvi: modindex.py indfix.py $(LIBFILES)
        touch lib.ind
        touch modules.ind
        $(LATEX) lib
        ./modindex.py modules.idx
        ./fix_hack lib.idx
        $(MAKEINDEX) lib.idx
+       ./indfix.py lib.ind
        ./modindex.py modules.idx
        $(LATEX) lib