From: Fred Drake Date: Wed, 25 Feb 1998 15:30:47 +0000 (+0000) Subject: Change quoting of the "echo" commands yet again.... why can't shells agree? X-Git-Tag: v1.5.1~589 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=888dfa90f3a389705bebabd7c17b6ca769ede2d3;p=thirdparty%2FPython%2Fcpython.git Change quoting of the "echo" commands yet again.... why can't shells agree? Derive the name of the modules .idx from the jobname. --- diff --git a/Doc/Makefile b/Doc/Makefile index 1f6a4a44629f..d039e287f6e5 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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