summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-10-11 08:19:02 -0300
committerdrebs <drebs@riseup.net>2017-10-11 08:19:02 -0300
commit080e59ed7c74e7a31ef2bc8c75000b0081837f3a (patch)
treea15195007eae7d37cabbbfe402ae7ebabc1019e7 /Makefile
parent5a6d04ca38736440e67b202a909b386fb0ba830d (diff)
[doc] add script to build docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 61664834..3d295ed8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,3 +3,9 @@ default:
upload_packages:
python setup.py sdist bdist_wheel --universal upload --sign -i $(MAINTAINER) -r pypi
+
+docs:
+ (cd docs && make html)
+
+docs-using-virtualenv:
+ ./scripts/docs/build-soledad-doc.sh