Display README while making docs

This commit is contained in:
Colin Goutte 2023-08-23 21:28:34 +02:00
parent 9c01fd770b
commit 1ab6e65763
1 changed files with 2 additions and 1 deletions

View File

@ -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