From 520f8bd9b7d6122218dc7f7ae41fa0a386c496a1 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 9 Mar 1998 16:43:54 +0000 Subject: Ok, remove dependency on the obsolete tools/modindex.py. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index c01b151..dabeb11 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 -- cgit v0.12