[bridgedb/develop] Add Makefile directives for building/cleaning documentation.

1 May
2014
1 May
'14
1:02 a.m.
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
4083
Age (days ago)
4083
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org