mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Change quoting of the "echo" commands yet again.... why can't shells agree?
Derive the name of the modules .idx from the jobname.
This commit is contained in:
parent
9cf4bbd630
commit
888dfa90f3
1 changed files with 3 additions and 3 deletions
|
|
@ -163,10 +163,10 @@ 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}' >mod$*.ind
|
||||
$(LATEX) $*
|
||||
./modindex.py modules.idx
|
||||
./modindex.py mod$*.idx
|
||||
./fix_hack $*.idx
|
||||
$(MAKEINDEX) $*.idx
|
||||
./indfix.py $*.ind
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue