From 416f80d50927a23b8853b7945f592916023fcc79 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 4 Mar 2016 08:00:58 +0000 Subject: [PATCH] added 'make docs' --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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