diff options
author | Fred Drake <fdrake@acm.org> | 1998-10-19 21:48:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-10-19 21:48:05 (GMT) |
commit | fbddddee49713f2141cfd0b17aa92ee8d16eca4a (patch) | |
tree | cf161590167b04e8af6d0dbdb361bd87e7d3fd7c /Doc/paper-letter | |
parent | 7f77db953007d5183dba4a4c3082dc2a88301ac3 (diff) | |
download | cpython-fbddddee49713f2141cfd0b17aa92ee8d16eca4a.zip cpython-fbddddee49713f2141cfd0b17aa92ee8d16eca4a.tar.gz cpython-fbddddee49713f2141cfd0b17aa92ee8d16eca4a.tar.bz2 |
Reflect new name of index style file.
Diffstat (limited to 'Doc/paper-letter')
-rw-r--r-- | Doc/paper-letter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/paper-letter/Makefile b/Doc/paper-letter/Makefile index 6935006..7f58378 100644 --- a/Doc/paper-letter/Makefile +++ b/Doc/paper-letter/Makefile @@ -5,7 +5,7 @@ PAPER=letter LATEX= latex PDFLATEX= pdflatex DVIPS= dvips -N0 -t $(PAPER) -MAKEINDEX= makeindex -s ../texinputs/myindex.ist +MAKEINDEX= makeindex -s ../texinputs/python.ist PYTHON= python TOOLSDIR= ../tools @@ -35,7 +35,7 @@ include ../Makefile.deps COMMONSTYLES= ../texinputs/python.sty \ ../texinputs/pypaper.sty \ - ../texinputs/myindex.ist + ../texinputs/python.ist COMMONTEX= ../texinputs/copyright.tex \ ../texinputs/boilerplate.tex |