mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#17: fix Makefile syntax.
This commit is contained in:
@@ -34,8 +34,8 @@ bz2: tar
|
|||||||
latex '$<'
|
latex '$<'
|
||||||
latex '$<'
|
latex '$<'
|
||||||
latex '$<'
|
latex '$<'
|
||||||
-makeindex -s python.ist $(basename '$<').idx
|
-makeindex -s python.ist '$(basename $<).idx'
|
||||||
-makeindex -s python.ist $(basename 'mod$<').idx
|
-makeindex -s python.ist '$(basename mod$<).idx'
|
||||||
latex '$<'
|
latex '$<'
|
||||||
latex '$<'
|
latex '$<'
|
||||||
|
|
||||||
@@ -43,8 +43,8 @@ bz2: tar
|
|||||||
pdflatex '$<'
|
pdflatex '$<'
|
||||||
pdflatex '$<'
|
pdflatex '$<'
|
||||||
pdflatex '$<'
|
pdflatex '$<'
|
||||||
-makeindex -s python.ist $(basename '$<').idx
|
-makeindex -s python.ist '$(basename $<).idx'
|
||||||
-makeindex -s python.ist $(basename 'mod$<').idx
|
-makeindex -s python.ist '$(basename mod$<).idx'
|
||||||
pdflatex '$<'
|
pdflatex '$<'
|
||||||
pdflatex '$<'
|
pdflatex '$<'
|
||||||
|
|
||||||
|
|||||||
@@ -142,18 +142,6 @@
|
|||||||
\renewcommand{\headrulewidth}{0pt}
|
\renewcommand{\headrulewidth}{0pt}
|
||||||
\renewcommand{\footrulewidth}{0.4pt}
|
\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.
|
% Some custom font markup commands.
|
||||||
|
|||||||
Reference in New Issue
Block a user