diff --git a/Makefile b/Makefile index 7d827f3..673af69 100644 --- a/Makefile +++ b/Makefile @@ -23,5 +23,6 @@ requirements: docs: cd docs/ && make html - cd docs && firefox ./_build/html/index.html & + cd docs && firefox ./_build/html/README.html ./_build/html/index.html & + .PHONY: docs