Include indfix.py script in lib.dvi's processing.

This commit is contained in:
Fred Drake 1998-02-09 22:18:42 +00:00
parent dd244a0b9e
commit 4be00713b8
1 changed files with 2 additions and 1 deletions

View File

@ -133,13 +133,14 @@ LIBFILES = lib.tex \
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