Skip to content

Commit

Permalink
Removed redundant make arg
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc committed Aug 27, 2015
1 parent 1bbc10a commit efebd35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ pypi_stable: check_clean_working_copy check_running_on_jenkins
|| $(python) setup.py egg_info register sdist bdist_egg upload

docs:
cd doc && make -f Makefile html
cd doc && make html

_docs:
cd doc && make -f Makefile clean
cd doc && make clean

0 comments on commit efebd35

Please sign in to comment.