Skip to content

Commit 7703042

Browse files
committed
Add missing html target to top-level Makefile (it's in the help)
1 parent b168ec2 commit 7703042

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ coverage:
1616
python3 -m coverage report
1717

1818
.PHONY: doc
19-
doc:
19+
.PHONY: html
20+
doc html:
2021
python3 -c "import PIL" > /dev/null 2>&1 || python3 -m pip install .
2122
$(MAKE) -C docs html
2223

0 commit comments

Comments
 (0)