Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea2f2b9

Browse files
committed
Use new index style for makeindex.
Add dependency on libfileinput.tex for lib.dvi.
1 parent 35ca0d6 commit ea2f2b9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Doc/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ PDFLATEX= TEXINPUTS=$(TEXINPUTS) pdflatex
5151
TEXINPUTS= texinputs:
5252
DVIPS= dvips -f -N0
5353
DISTILL= distill
54-
MAKEINDEX= makeindex
54+
MAKEINDEX= makeindex -s texinputs/myindex.ist
5555
L2H= TEXINPUTS=$(TEXINPUTS) latex2html -init_file perl/l2hinit.perl
5656
L2HARGS= -address $$LOGNAME@`domainname`
5757
WEBCHECKER= $(PYTHON) ../Tools/webchecker/webchecker.py
@@ -77,7 +77,8 @@ INFOFILES= python-lib.info
7777
PDFFILES= api.pdf ext.pdf lib.pdf tut.pdf
7878
PSFILES= api.ps ext.ps lib.ps tut.ps
7979

80-
MANSTYLES=texinputs/fncychap.sty texinputs/manual.cls texinputs/python.sty
80+
MANSTYLES=texinputs/fncychap.sty texinputs/manual.cls texinputs/python.sty \
81+
texinputs/myindex.ist
8182

8283
# Main target
8384
all: all-ps
@@ -166,7 +167,8 @@ LIBFILES = lib.tex \
166167
libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \
167168
libuserdict.tex libdis.tex libxmllib.tex libqueue.tex \
168169
liblocale.tex libbasehttp.tex libcopyreg.tex libsymbol.tex libtoken.tex \
169-
libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex
170+
libframework.tex libminiae.tex libbinhex.tex libuu.tex libsunaudio.tex \
171+
libfileinput.tex
170172

171173
# Library document
172174
lib.dvi: tools/indfix.py $(LIBFILES)

0 commit comments

Comments
 (0)