From: Fred Drake Date: Mon, 9 Mar 1998 16:43:54 +0000 (+0000) Subject: Ok, remove dependency on the obsolete tools/modindex.py. X-Git-Tag: v1.5.1~432 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=520f8bd9b7d6122218dc7f7ae41fa0a386c496a1;p=python Ok, remove dependency on the obsolete tools/modindex.py. --- diff --git a/Doc/Makefile b/Doc/Makefile index c01b15102d..dabeb11911 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -168,7 +168,7 @@ LIBFILES = lib.tex \ libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex # Library document -lib.dvi: tools/modindex.py tools/indfix.py $(LIBFILES) +lib.dvi: tools/indfix.py $(LIBFILES) rm -f $*.ind mod$*.ind $(LATEX) $* $(MAKEINDEX) mod$*.idx