From 52964ec8738fcc475604bfd4595a75bdc259e8c5 Mon Sep 17 00:00:00 2001 From: "Brendan M. Sleight" Date: Wed, 5 Feb 2020 20:07:47 +0000 Subject: Update Makefile Solve make htmldoc error on python3 ubuntu --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 03c6a0d6..b52ba22f 100644 --- a/Makefile +++ b/Makefile @@ -156,6 +156,7 @@ phpdoc: clean htmldoc: python3 -m venv venv/ bash -c 'source venv/bin/activate; \ + pip install wheel; \ pip install mkdocs; \ mkdocs build --clean' find doc/html/ -type f -exec chmod a-x '{}' \; -- cgit v1.2.3