From 4be00713b8a6711110e9f6292882553e81e8060d Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 9 Feb 1998 22:18:42 +0000 Subject: [PATCH] Include indfix.py script in lib.dvi's processing. --- Doc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 9651db4f67..cc20439d14 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 -- 2.40.0