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/tools/mkhowto.sh | |
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/tools/mkhowto.sh')
-rwxr-xr-x | Doc/tools/mkhowto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/mkhowto.sh b/Doc/tools/mkhowto.sh index 0fdf09d..8fadb03 100755 --- a/Doc/tools/mkhowto.sh +++ b/Doc/tools/mkhowto.sh @@ -119,7 +119,7 @@ use_latex() { fi if [ -f $MYFILE.idx ] ; then $MYDIR/fix_hack $MYFILE.idx || exit $? - makeindex -s $TOPDIR/texinputs/myindex.ist $MYFILE.idx || exit $? + makeindex -s $TOPDIR/texinputs/python.ist $MYFILE.idx || exit $? fi if [ -f $MYFILE.toc -a $MYLATEX = pdflatex ] ; then $MYDIR/toc2bkm.py -c section $MYFILE |