Kaydet (Commit) 4be00713 authored tarafından Fred Drake's avatar Fred Drake

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

üst dd244a0b
......@@ -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
......
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