Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 906f7ea

Browse files
committed
Change quoting a little bit to avoid problems building it at CNRI.
1 parent 78f6aac commit 906f7ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ LIBFILES = lib.tex \
163163

164164
# Library document
165165
lib.dvi: modindex.py indfix.py $(LIBFILES)
166-
echo '\begin{theindex}\end{theindex}' >$*.ind
167-
echo '\begin{theindex}\label{modindex}\end{theindex}' >modules.ind
166+
echo '\\''begin{theindex}\end{theindex}' >$*.ind
167+
echo '\\''begin{theindex}\label{modindex}\end{theindex}' >modules.ind
168168
$(LATEX) $*
169169
./modindex.py modules.idx
170170
./fix_hack $*.idx
@@ -180,7 +180,7 @@ tut.dvi: tut.tex
180180
# Extending & Embedding, Python/C API documents.
181181
# Done this way to avoid repeated command sets.
182182
.tex.dvi:
183-
echo '\begin{theindex}\end{theindex}' >$*.ind
183+
echo '\\''begin{theindex}\end{theindex}' >$*.ind
184184
$(LATEX) $*
185185
./fix_hack $*.idx
186186
$(MAKEINDEX) $*.idx

0 commit comments

Comments
 (0)