mirror of
https://github.com/python/cpython.git
synced 2025-10-01 04:42:10 +00:00
Change quoting a little bit to avoid problems building it at CNRI.
This commit is contained in:
parent
78f6aac73e
commit
906f7ea429
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
# 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue