summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorBlaise Laflamme <blaise@laflamme.org>2010-11-30 01:10:36 -0500
committerBlaise Laflamme <blaise@laflamme.org>2010-11-30 01:10:36 -0500
commit5238ae329fb70e5e386db0b127d958c8523d7247 (patch)
tree0d14a55a6ea44a33420b29c8b26b837cb34d2d3e /docs/Makefile
parentde8c1bd028386653105d12300926af356612c97d (diff)
downloadpyramid-5238ae329fb70e5e386db0b127d958c8523d7247.tar.gz
pyramid-5238ae329fb70e5e386db0b127d958c8523d7247.tar.bz2
pyramid-5238ae329fb70e5e386db0b127d958c8523d7247.zip
PDF gen fix
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index b74c55bd5..3d706d17e 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -59,8 +59,8 @@ latex:
$(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
+ cp _static/latex-warning.png _build/latex
+ cp _static/latex-note.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" \