commit f8a9dcf39937b2bdc6db3b954a507bd09c48748a
parent 2580e5087491c5bc02c0c3a3193da1aca1923f18
Author: Daniel Moch <daniel@danielmoch.com>
Date: Thu, 6 Sep 2018 05:30:49 -0400
Build man page with docs
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
@@ -85,6 +85,7 @@ dist: ## builds source and wheel package
docs: ## builds the sphinx documentation and opens in the browser
make -C docs html
make -C docs latexpdf
+ make -C docs man
$(BROWSER) docs/build/html/index.html
install: ## install the package to the active Python's site-packages