#17: fix Makefile syntax.

This commit is contained in:
Georg Brandl 2008-09-24 15:29:07 +00:00
parent 8a02400f0c
commit 20e989e19b
2 changed files with 4 additions and 16 deletions

View File

@ -34,8 +34,8 @@ bz2: tar
latex '$<'
latex '$<'
latex '$<'
-makeindex -s python.ist $(basename '$<').idx
-makeindex -s python.ist $(basename 'mod$<').idx
-makeindex -s python.ist '$(basename $<).idx'
-makeindex -s python.ist '$(basename mod$<).idx'
latex '$<'
latex '$<'
@ -43,8 +43,8 @@ bz2: tar
pdflatex '$<'
pdflatex '$<'
pdflatex '$<'
-makeindex -s python.ist $(basename '$<').idx
-makeindex -s python.ist $(basename 'mod$<').idx
-makeindex -s python.ist '$(basename $<).idx'
-makeindex -s python.ist '$(basename mod$<).idx'
pdflatex '$<'
pdflatex '$<'

View File

@ -142,18 +142,6 @@
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0.4pt}
}
% Redefine \cleardoublepage so that the blank page between chapters
% gets the plain style and not the fancy style. This is described
% in the documentation for the fancyhdr package by Piet von Oostrum.
\@ifundefined{chapter}{}{
\renewcommand{\cleardoublepage}{
\clearpage\if@openright \ifodd\c@page\else
\hbox{}
\thispagestyle{plain}
\newpage
\if@twocolumn\hbox{}\newpage\fi\fi\fi
}
}
}
% Some custom font markup commands.