Added docs command.

This commit is contained in:
Ahmet Bakan 2015-10-11 17:58:19 -07:00
parent e1f6de7a06
commit 855b65b3e8

View file

@ -1,4 +1,4 @@
.PHONY: demo install rebuild release test
.PHONY: demo install rebuild release test docs
demo:
rm -rf demo
@ -7,6 +7,9 @@ demo:
install:
pip install -U --no-deps --force-reinstall .
docs:
cd docs; ablog build -a
rebuild:
cd docs; watchmedo shell-command --patterns='*.rst' --command='ablog build' --recursive