commit | 34252f99d6c7ac432017965f04e4182818f40b68 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Jan 02 03:01:47 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Jan 02 03:01:47 1998 +0000 |
tree | 131a65a70cc3e3d28bd2d679d870da9bfa3afcb4 | |
parent | c1ce320a4f6603b7e2b4994fef2f5db90654dc5a [diff] [blame] |
lib.dvi target: Added commands to generate the modules index.
diff --git a/Doc/Makefile b/Doc/Makefile index db5b4ad..0cb1f86 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -123,11 +123,14 @@ 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