Commit 0028bd59 authored by Fred Drake's avatar Fred Drake

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

parent 8c88b382
...@@ -133,13 +133,14 @@ LIBFILES = lib.tex \ ...@@ -133,13 +133,14 @@ LIBFILES = lib.tex \
liblocale.tex libbasehttp.tex libcopyreg.tex liblocale.tex libbasehttp.tex libcopyreg.tex
# Library document # Library document
lib.dvi: modindex.py $(LIBFILES) lib.dvi: modindex.py indfix.py $(LIBFILES)
touch lib.ind touch lib.ind
touch modules.ind touch modules.ind
$(LATEX) lib $(LATEX) lib
./modindex.py modules.idx ./modindex.py modules.idx
./fix_hack lib.idx ./fix_hack lib.idx
$(MAKEINDEX) lib.idx $(MAKEINDEX) lib.idx
./indfix.py lib.ind
./modindex.py modules.idx ./modindex.py modules.idx
$(LATEX) lib $(LATEX) lib
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment