mirror of
https://github.com/python/cpython.git
synced 2025-09-30 20:31:52 +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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue