diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-10 21:27:21 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2008-12-10 21:27:21 +0000 |
| commit | 609d8e8bc3dfd2894c8bed369bbdc28afd491a80 (patch) | |
| tree | ed78ff09485a1a4cb2f5f4cb7a5c3396488068df /doc/build/Makefile | |
| parent | 4d698a28a26599dd182a93dcd507a97ab15c4cae (diff) | |
| download | sqlalchemy-609d8e8bc3dfd2894c8bed369bbdc28afd491a80.tar.gz | |
- VERSION moves just as a string in __version__
- added modified sphinx.sty with plain Verbatim section
- link to pdf doc in site
Diffstat (limited to 'doc/build/Makefile')
| -rw-r--r-- | doc/build/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/Makefile b/doc/build/Makefile index f1796e3db..f7ac2ca57 100644 --- a/doc/build/Makefile +++ b/doc/build/Makefile @@ -42,6 +42,7 @@ site-mako: latex: mkdir -p output/latex output/doctrees $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) output/latex + cp texinputs/* output/latex/ @echo @echo "Build finished; the LaTeX files are in output/latex." @echo "Run \`make all-pdf' or \`make all-ps' in that directory to" \ |
