From: ArthurHoaro Date: Mon, 17 Feb 2020 17:14:47 +0000 (+0100) Subject: Merge pull request #1417 from bmsleight/master X-Git-Tag: v0.12.0-beta~13 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=df7c286d9198b041573ce5676408184f47efc643;hp=922341aaa7e0e49689770fbc20a4f1bd984a4b05;p=github%2Fshaarli%2FShaarli.git Merge pull request #1417 from bmsleight/master Update 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 '{}' \;