mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
Use new index style for makeindex.
Add dependency on libfileinput.tex for lib.dvi.
This commit is contained in:
parent
35ca0d69e1
commit
ea2f2b9409
1 changed files with 5 additions and 3 deletions
|
@ -51,7 +51,7 @@ PDFLATEX= TEXINPUTS=$(TEXINPUTS) pdflatex
|
||||||
TEXINPUTS= texinputs:
|
TEXINPUTS= texinputs:
|
||||||
DVIPS= dvips -f -N0
|
DVIPS= dvips -f -N0
|
||||||
DISTILL= distill
|
DISTILL= distill
|
||||||
MAKEINDEX= makeindex
|
MAKEINDEX= makeindex -s texinputs/myindex.ist
|
||||||
L2H= TEXINPUTS=$(TEXINPUTS) latex2html -init_file perl/l2hinit.perl
|
L2H= TEXINPUTS=$(TEXINPUTS) latex2html -init_file perl/l2hinit.perl
|
||||||
L2HARGS= -address $$LOGNAME@`domainname`
|
L2HARGS= -address $$LOGNAME@`domainname`
|
||||||
WEBCHECKER= $(PYTHON) ../Tools/webchecker/webchecker.py
|
WEBCHECKER= $(PYTHON) ../Tools/webchecker/webchecker.py
|
||||||
|
@ -77,7 +77,8 @@ INFOFILES= python-lib.info
|
||||||
PDFFILES= api.pdf ext.pdf lib.pdf tut.pdf
|
PDFFILES= api.pdf ext.pdf lib.pdf tut.pdf
|
||||||
PSFILES= api.ps ext.ps lib.ps tut.ps
|
PSFILES= api.ps ext.ps lib.ps tut.ps
|
||||||
|
|
||||||
MANSTYLES=texinputs/fncychap.sty texinputs/manual.cls texinputs/python.sty
|
MANSTYLES=texinputs/fncychap.sty texinputs/manual.cls texinputs/python.sty \
|
||||||
|
texinputs/myindex.ist
|
||||||
|
|
||||||
# Main target
|
# Main target
|
||||||
all: all-ps
|
all: all-ps
|
||||||
|
@ -166,7 +167,8 @@ LIBFILES = lib.tex \
|
||||||
libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \
|
libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \
|
||||||
libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \
|
libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \
|
||||||
liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex \
|
liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex \
|
||||||
libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex
|
libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex \
|
||||||
|
libfileinput.tex
|
||||||
|
|
||||||
# Library document
|
# Library document
|
||||||
lib.dvi: tools/indfix.py $(LIBFILES)
|
lib.dvi: tools/indfix.py $(LIBFILES)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue