From: Brendan M. Sleight Date: Wed, 5 Feb 2020 20:07:47 +0000 (+0000) Subject: Update Makefile X-Git-Tag: v0.12.0-beta~13^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=refs%2Fpull%2F1417%2Fhead;p=github%2Fshaarli%2FShaarli.git Update Makefile Solve make htmldoc error on python3 ubuntu --- 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 '{}' \;