Commit 906f7ea4 authored by Fred Drake's avatar Fred Drake

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

parent 78f6aac7
...@@ -163,8 +163,8 @@ LIBFILES = lib.tex \ ...@@ -163,8 +163,8 @@ LIBFILES = lib.tex \
# Library document # Library document
lib.dvi: modindex.py indfix.py $(LIBFILES) lib.dvi: modindex.py indfix.py $(LIBFILES)
echo '\begin{theindex}\end{theindex}' >$*.ind echo '\\''begin{theindex}\end{theindex}' >$*.ind
echo '\begin{theindex}\label{modindex}\end{theindex}' >modules.ind echo '\\''begin{theindex}\label{modindex}\end{theindex}' >modules.ind
$(LATEX) $* $(LATEX) $*
./modindex.py modules.idx ./modindex.py modules.idx
./fix_hack $*.idx ./fix_hack $*.idx
...@@ -180,7 +180,7 @@ tut.dvi: tut.tex ...@@ -180,7 +180,7 @@ tut.dvi: tut.tex
# Extending & Embedding, Python/C API documents. # Extending & Embedding, Python/C API documents.
# Done this way to avoid repeated command sets. # Done this way to avoid repeated command sets.
.tex.dvi: .tex.dvi:
echo '\begin{theindex}\end{theindex}' >$*.ind echo '\\''begin{theindex}\end{theindex}' >$*.ind
$(LATEX) $* $(LATEX) $*
./fix_hack $*.idx ./fix_hack $*.idx
$(MAKEINDEX) $*.idx $(MAKEINDEX) $*.idx
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment