Commit 888dfa90 authored by Fred Drake's avatar Fred Drake

Change quoting of the "echo" commands yet again.... why can't shells agree?

Derive the name of the modules .idx from the jobname.
parent 9cf4bbd6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment