Kaydet (Commit) 34252f99 authored tarafından Fred Drake's avatar Fred Drake

lib.dvi target: Added commands to generate the modules index.

üst c1ce320a
......@@ -123,11 +123,14 @@ LIBFILES = lib.tex \
liblocale.tex libbasehttp.tex
# Library document
lib.dvi: $(LIBFILES)
lib.dvi: modindex.py $(LIBFILES)
touch lib.ind
touch modules.ind
$(LATEX) lib
./modindex.py modules.idx
./fix_hack lib.idx
$(MAKEINDEX) lib.idx
./modindex.py modules.idx
$(LATEX) lib
lib.ps: lib.dvi
......
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