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=52964ec8738fcc475604bfd4595a75bdc259e8c5;hp=f6637392a93fb0708b7f972a22151b38795dc1e2;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 '{}' \;