Add missing html target to top-level Makefile (it's in the help)

This commit is contained in:
Hugo van Kemenade 2023-03-08 18:20:43 +02:00
parent b168ec2606
commit 7703042301

View File

@ -16,7 +16,8 @@ coverage:
python3 -m coverage report
.PHONY: doc
doc:
.PHONY: html
doc html:
python3 -c "import PIL" > /dev/null 2>&1 || python3 -m pip install .
$(MAKE) -C docs html