From: Fred Drake Date: Mon, 9 Feb 1998 22:18:42 +0000 (+0000) Subject: Include indfix.py script in lib.dvi's processing. X-Git-Tag: v1.5.1~828 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4be00713b8a6711110e9f6292882553e81e8060d;p=thirdparty%2FPython%2Fcpython.git Include indfix.py script in lib.dvi's processing. --- diff --git a/Doc/Makefile b/Doc/Makefile index 9651db4f672b..cc20439d14f5 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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