diff options
author | Fred Drake <fdrake@acm.org> | 1998-03-09 16:43:54 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-03-09 16:43:54 (GMT) |
commit | 520f8bd9b7d6122218dc7f7ae41fa0a386c496a1 (patch) | |
tree | d4945476b7f100fb16ad90f7fb37e1d89c6ef1cd /Doc/Makefile | |
parent | 97c73c83ed41d1b80405c4dce218a7ac44978fb1 (diff) | |
download | cpython-520f8bd9b7d6122218dc7f7ae41fa0a386c496a1.zip cpython-520f8bd9b7d6122218dc7f7ae41fa0a386c496a1.tar.gz cpython-520f8bd9b7d6122218dc7f7ae41fa0a386c496a1.tar.bz2 |
Ok, remove dependency on the obsolete tools/modindex.py.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index c01b151..dabeb11 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -168,7 +168,7 @@ LIBFILES = lib.tex \ libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex # Library document -lib.dvi: tools/modindex.py tools/indfix.py $(LIBFILES) +lib.dvi: tools/indfix.py $(LIBFILES) rm -f $*.ind mod$*.ind $(LATEX) $* $(MAKEINDEX) mod$*.idx |