]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Change quoting of the "echo" commands yet again.... why can't shells agree?
authorFred Drake <fdrake@acm.org>
Wed, 25 Feb 1998 15:30:47 +0000 (15:30 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 25 Feb 1998 15:30:47 +0000 (15:30 +0000)
Derive the name of the modules .idx from the jobname.

Doc/Makefile

index 1f6a4a44629f548a9f3d59f62891b130a6531512..d039e287f6e579692de9d08eb2c67c5845e2d640 100644 (file)
@@ -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