Change quoting a little bit to avoid problems building it at CNRI.

This commit is contained in:
Fred Drake 1998-02-23 21:32:18 +00:00
parent 78f6aac73e
commit 906f7ea429

View file

@ -163,8 +163,8 @@ LIBFILES = lib.tex \
# Library document
lib.dvi: modindex.py indfix.py $(LIBFILES)
echo '\begin{theindex}\end{theindex}' >$*.ind
echo '\begin{theindex}\label{modindex}\end{theindex}' >modules.ind
echo '\\''begin{theindex}\end{theindex}' >$*.ind
echo '\\''begin{theindex}\label{modindex}\end{theindex}' >modules.ind
$(LATEX) $*
./modindex.py modules.idx
./fix_hack $*.idx
@ -180,7 +180,7 @@ tut.dvi: tut.tex
# Extending & Embedding, Python/C API documents.
# Done this way to avoid repeated command sets.
.tex.dvi:
echo '\begin{theindex}\end{theindex}' >$*.ind
echo '\\''begin{theindex}\end{theindex}' >$*.ind
$(LATEX) $*
./fix_hack $*.idx
$(MAKEINDEX) $*.idx