diff options
-rw-r--r-- | Doc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 1f6a4a4..d039e287 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 |