From 49e65580cd28f8ef329a39fcd66a35bd9e29520e Mon Sep 17 00:00:00 2001 From: Lars Kiesow Date: Sun, 5 May 2013 23:27:43 +0200 Subject: [PATCH] Fixed docs generation --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 22fe4e0..a75e237 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ doc-html: @cp doc/_build/html/*.html docs/html/ @cp doc/_build/html/*.js docs/html/ @cp -r doc/_build/html/_static/ docs/html/ + @cp -r doc/_build/html/ext/ docs/html/ doc-man: @echo 'Generating manpage' @@ -38,3 +39,6 @@ doc-latexpdf: @mkdir -p docs/pdf @echo 'Copying pdf to into docs dir' @cp doc/_build/latex/*.pdf docs/pdf/ + +publish: sdist + python setup.py register upload