Change quoting a little bit to avoid problems building it at CNRI.
diff --git a/Doc/Makefile b/Doc/Makefile
index f6ed5d4..7062ee4 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -163,8 +163,8 @@
# 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 @@
# 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