From 451f04a3e719df37e64e5fea02f02a20d3835012 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 31 Dec 2009 11:23:02 +0000 Subject: Only convert images when BOOK=1. --- docs/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index b9c6d0f5a..674c605d8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -57,6 +57,7 @@ htmlhelp: latex: mkdir -p .build/latex .build/doctrees $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) .build/latex + ./convert_images.sh @echo @echo "Build finished; the LaTeX files are in .build/latex." @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \ -- cgit v1.2.3