]> granicus.if.org Git - python/commitdiff
Reflect new name of index style file.
authorFred Drake <fdrake@acm.org>
Mon, 19 Oct 1998 21:48:05 +0000 (21:48 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 19 Oct 1998 21:48:05 +0000 (21:48 +0000)
Doc/paper-letter/Makefile
Doc/tools/mkdvi.sh
Doc/tools/mkhowto.sh

index 69350060f5164bee61d22374e0734b7aa7ed179e..7f58378035f76a69f608be2df44ac63032483e0a 100644 (file)
@@ -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
index 78cc38cafb123c4216f10cc935ca2a5702d31a06..3330acc323483928f997213f9cb14c6bb2bec70e 100755 (executable)
@@ -27,8 +27,8 @@ if [ -f $part.idx ] ; then
     # using the index
     echo $srcdir'/tools/fix_hack '$part'.idx'
     $srcdir/tools/fix_hack $part.idx || exit $?
-    echo 'makeindex -s '$srcdir'/texinputs/myindex.ist '$part'.idx'
-    makeindex -s $srcdir/texinputs/myindex.ist $part.idx || exit $?
+    echo 'makeindex -s '$srcdir'/texinputs/python.ist '$part'.idx'
+    makeindex -s $srcdir/texinputs/python.ist $part.idx || exit $?
 else
     # skipping the index; clean up the unused file
     rm -f $part.ind
index 0fdf09dd47c110375084dcc1c21ea125d4181fba..8fadb032d164c2ba65e3eca68c64aedf86fc6ea0 100755 (executable)
@@ -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