summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-23 21:32:18 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-23 21:32:18 (GMT)
commit906f7ea429ade63d1fc84103c228c5124eaf99f8 (patch)
treee86727da9f87aa9bdf8da935a190f8570f989e5e /Doc/Makefile
parent78f6aac73e4978592971043f3e030f77285998c7 (diff)
downloadcpython-906f7ea429ade63d1fc84103c228c5124eaf99f8.zip
cpython-906f7ea429ade63d1fc84103c228c5124eaf99f8.tar.gz
cpython-906f7ea429ade63d1fc84103c228c5124eaf99f8.tar.bz2
Change quoting a little bit to avoid problems building it at CNRI.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index f6ed5d4..7062ee4 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -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