summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Zimmermann <info@posativ.org>2013-11-24 21:43:57 +0100
committerMartin Zimmermann <info@posativ.org>2013-11-25 16:57:18 +0100
commitb79ac583e82f52824c0411578200aa0fadc73766 (patch)
treefc2a721078577653fb579630f3c2fa8c10ab6e3b /Makefile
parentc9c0df229a8ff917252fec34fbe270d270468d07 (diff)
use sphinx for documentation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8921e15..96bb84e 100644
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,6 @@ js:
r.js -o isso/js/build.embed.js optimize="none" out="isso/js/embed.dev.js"
r.js -o isso/js/build.count.js
r.js -o isso/js/build.count.js optimize="none" out="isso/js/count.dev.js"
+site:
+ cd docs/ && sphinx-build -E -b dirhtml -a . _build
+