commit 8c3465cf02cf381fc6887b7f2194dfd4ea15dfa5 Author: Isis Lovecruft isis@torproject.org Date: Thu Apr 24 15:26:25 2014 +0000
Add Makefile directives for building/cleaning documentation. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/Makefile b/Makefile index 22a231e..6e027a7 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,12 @@ reinstall: uninstall force-install translations: ./maint/get-completed-translations
+docs: + python setup.py build_sphinx + +clean-docs: + -rm -rf build/sphinx + clean: -rm -rf build -rm -rf dist