diff --git a/Makefile b/Makefile index e23fd6b899d9396945aabec2fdbf6ad6269e9f51..74071460bc77b1e1623498b98f9a575fd607e965 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ docs: ## generate Sphinx HTML documentation, including API docs $(MAKE) -C docs html # N.B. HOME variable required by pydeps! export HOME=${PWD} - python3 -m pydeps flatland -o docs/_build/html/flatland.svg + pydeps flatland -o docs/_build/html/flatland.svg $(BROWSER) docs/_build/html/index.html servedocs: docs ## compile the docs watching for changes