]> granicus.if.org Git - python/commitdiff
Change quoting a little bit to avoid problems building it at CNRI.
authorFred Drake <fdrake@acm.org>
Mon, 23 Feb 1998 21:32:18 +0000 (21:32 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 23 Feb 1998 21:32:18 +0000 (21:32 +0000)
Doc/Makefile

index f6ed5d49f3d37d9e5037f055cc2883204a5fc03f..7062ee4b7dc8b4f692ed65d7f2dc8c8bc63e88a3 100644 (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