summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-01-02 03:01:47 (GMT)
committerFred Drake <fdrake@acm.org>1998-01-02 03:01:47 (GMT)
commit34252f99d6c7ac432017965f04e4182818f40b68 (patch)
tree131a65a70cc3e3d28bd2d679d870da9bfa3afcb4 /Doc/Makefile
parentc1ce320a4f6603b7e2b4994fef2f5db90654dc5a (diff)
downloadcpython-34252f99d6c7ac432017965f04e4182818f40b68.zip
cpython-34252f99d6c7ac432017965f04e4182818f40b68.tar.gz
cpython-34252f99d6c7ac432017965f04e4182818f40b68.tar.bz2
lib.dvi target: Added commands to generate the modules index.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile5
1 files changed, 4 insertions, 1 deletions
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