diff --git a/Makefile b/Makefile index 52c6407..9573129 100644 --- a/Makefile +++ b/Makefile @@ -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