added 'make docs'

This commit is contained in:
Rossen Georgiev 2016-03-04 08:00:58 +00:00
parent e42eb7220e
commit 416f80d509
1 changed files with 5 additions and 1 deletions

View File

@ -27,7 +27,11 @@ test:
pylint:
pylint -r n -f colorized aprslib || true
build: pylint test
build: pylint test docs
.FORCE:
docs: .FORCE
$(MAKE) -C docs html
clean:
rm -rf dist aprs.egg-info aprslib/*.pyc test/*.pyc .coverage