mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
lib.dvi target: Added commands to generate the modules index.
This commit is contained in:
parent
c1ce320a4f
commit
34252f99d6
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue