Skip to content

Commit

Permalink
Remove clean option in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
christabor committed May 29, 2016
1 parent da166ff commit d31e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:
python setup.py install
tests:
nosetests
docs: clean
docs:
sphinx-apidoc -e --private -F -s 'md' -A 'Chris Tabor' -H 'namebot' -o docs namebot tests/
cp _sphinx_conf.py docs/conf.py
cd docs && make html
Expand Down

0 comments on commit d31e044

Please sign in to comment.