diff options
author | Fred Drake <fdrake@acm.org> | 1998-04-04 04:21:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-04-04 04:21:45 (GMT) |
commit | ea2f2b94096f63625a2086bbdcc7dda6454f70ce (patch) | |
tree | 4f3c23645f2836f9c2d3b8d4fed886def6f4e2c7 /Doc/Makefile | |
parent | 35ca0d69e1dfa58fba878b35c3923acd7604f37e (diff) | |
download | cpython-ea2f2b94096f63625a2086bbdcc7dda6454f70ce.zip cpython-ea2f2b94096f63625a2086bbdcc7dda6454f70ce.tar.gz cpython-ea2f2b94096f63625a2086bbdcc7dda6454f70ce.tar.bz2 |
Use new index style for makeindex.
Add dependency on libfileinput.tex for lib.dvi.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index cfc6ad2..705d03a 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -51,7 +51,7 @@ PDFLATEX= TEXINPUTS=$(TEXINPUTS) pdflatex TEXINPUTS= texinputs: DVIPS= dvips -f -N0 DISTILL= distill -MAKEINDEX= makeindex +MAKEINDEX= makeindex -s texinputs/myindex.ist L2H= TEXINPUTS=$(TEXINPUTS) latex2html -init_file perl/l2hinit.perl L2HARGS= -address $$LOGNAME@`domainname` WEBCHECKER= $(PYTHON) ../Tools/webchecker/webchecker.py @@ -77,7 +77,8 @@ INFOFILES= python-lib.info PDFFILES= api.pdf ext.pdf lib.pdf tut.pdf 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 all: all-ps @@ -166,7 +167,8 @@ LIBFILES = lib.tex \ libpprint.tex libcode.tex libmimify.tex libre.tex libmacic.tex \ libuserdict.tex libdis.tex libxmllib.tex libqueue.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 lib.dvi: tools/indfix.py $(LIBFILES) |