Skip to content

Commit

Permalink
Added upload_docs command to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 16, 2010
1 parent 5fe8ddc commit bc9efb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
test:
python setup.py test

.PHONY: test
upload_docs:
make -C docs html SPHINXOPTS=-Aonline=1
python setup.py upload_docs

.PHONY: test upload_docs

0 comments on commit bc9efb6

Please sign in to comment.