commit | 4be00713b8a6711110e9f6292882553e81e8060d | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Mon Feb 09 22:18:42 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Mon Feb 09 22:18:42 1998 +0000 |
tree | b1ef624bde388cb943ccf75dc670bad7c14e678e | |
parent | dd244a0b9eeef2d0d8f6a3375eee4b5f88067ac4 [diff] [blame] |
Include indfix.py script in lib.dvi's processing.
diff --git a/Doc/Makefile b/Doc/Makefile index 9651db4..cc20439 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -133,13 +133,14 @@ 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