diff options
| author | Chris McDonough <chrism@plope.com> | 2010-10-30 16:03:43 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-10-30 16:03:43 -0400 |
| commit | 8fd8d4bb9c816d55d067157a7faeb61695be337d (patch) | |
| tree | df7ddd4671aabe2a5986472ebb8343c1258ff8dd /docs/Makefile | |
| parent | d1fc6a6676182743d355bb8b0d0fe6e8fbc2281a (diff) | |
| download | pyramid-8fd8d4bb9c816d55d067157a7faeb61695be337d.tar.gz pyramid-8fd8d4bb9c816d55d067157a7faeb61695be337d.tar.bz2 pyramid-8fd8d4bb9c816d55d067157a7faeb61695be337d.zip | |
make pdf gen work
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile b/docs/Makefile index 788cc94ee..f150b5ea4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -57,10 +57,10 @@ htmlhelp: latex: mkdir -p .build/latex .build/doctrees $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) .build/latex - cp .static/*.png .build/latex + cp _static/*.png .build/latex ./convert_images.sh - cp .static/exclaim.png .build/latex - cp .static/info.png .build/latex + 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" \ |
