From dc0ba7e761e413890e580f2a425f1b3d3894d38f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 3 Jan 2010 11:28:40 +0000 Subject: Info and warning icons instead of words. --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/Makefile') diff --git a/docs/Makefile b/docs/Makefile index 674c605d8..1980953ab 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -57,7 +57,10 @@ htmlhelp: latex: mkdir -p .build/latex .build/doctrees $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) .build/latex + cp .static/*.png .build/latex ./convert_images.sh + cp .static/exclaim.png .build/latex + cp .static/info.png .build/latex @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