]> granicus.if.org Git - python/commitdiff
lib.dvi target: Added commands to generate the modules index.
authorFred Drake <fdrake@acm.org>
Fri, 2 Jan 1998 03:01:47 +0000 (03:01 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Jan 1998 03:01:47 +0000 (03:01 +0000)
Doc/Makefile

index db5b4adbfc82836c39c42a559965ffe50ff0c606..0cb1f86803824e1f2fe5aee655c42dd91d951ec1 100644 (file)
@@ -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