From 34252f99d6c7ac432017965f04e4182818f40b68 Mon Sep 17 00:00:00 2001 From: Fred Drake <fdrake@acm.org> Date: Fri, 2 Jan 1998 03:01:47 +0000 Subject: lib.dvi target: Added commands to generate the modules index. --- Doc/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index db5b4ad..0cb1f86 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -123,11 +123,14 @@ LIBFILES = lib.tex \ liblocale.tex libbasehttp.tex # Library document -lib.dvi: $(LIBFILES) +lib.dvi: modindex.py $(LIBFILES) touch lib.ind + touch modules.ind $(LATEX) lib + ./modindex.py modules.idx ./fix_hack lib.idx $(MAKEINDEX) lib.idx + ./modindex.py modules.idx $(LATEX) lib lib.ps: lib.dvi -- cgit v0.12