Mercurial > mxd2map
diff doku/Makefile @ 194:216105271856
Merged with Stephans commits.
author | raimund renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 16:27:49 +0200 |
parents | 43f1cbdcd597 |
children | f13f51627f07 |
line wrap: on
line diff
--- a/doku/Makefile Wed Jul 20 16:17:16 2011 +0200 +++ b/doku/Makefile Wed Jul 20 16:27:49 2011 +0200 @@ -6,6 +6,7 @@ SPHINXBUILD = sphinx-build PAPER = BUILDDIR = build +MAKE = make # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 @@ -37,6 +38,7 @@ -rm -rf $(BUILDDIR)/* html: + $(MAKE) -C funktionsweise all $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html @echo @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." @@ -91,6 +93,7 @@ @echo "Build finished. The epub file is in $(BUILDDIR)/epub." latex: + $(MAKE) -C funktionsweise all $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo @echo "Build finished; the LaTeX files are in $(BUILDDIR)/latex." @@ -98,6 +101,7 @@ "(use \`make latexpdf' here to do that automatically)." latexpdf: + $(MAKE) -C funktionsweise all $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) $(BUILDDIR)/latex @echo "Running LaTeX files through pdflatex..." make -C $(BUILDDIR)/latex all-pdf