fixes Makefile
parent
628bf006ac
commit
ceaf887ddf
2
Makefile
2
Makefile
|
|
@ -67,8 +67,6 @@ coverage: ## check code coverage quickly with the default Python
|
|||
$(BROWSER) htmlcov/index.html
|
||||
|
||||
docs: install ## generate Sphinx HTML documentation, including API docs
|
||||
rm -f docs/wolfcrypt.rst
|
||||
rm -f docs/modules.rst
|
||||
$(MAKE) -C docs clean
|
||||
$(MAKE) -C docs html
|
||||
$(BROWSER) docs/_build/html/index.html
|
||||
|
|
|
|||
Loading…
Reference in New Issue