From: ArthurHoaro Date: Mon, 17 Feb 2020 21:10:57 +0000 (+0100) Subject: Merge pull request #1421 from yudete/master X-Git-Tag: v0.12.0-beta~12 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=810f0f6c96b6d26e22164027185c5996b425816c;hp=db206aaacaf16be2b71cf8763ad10853e412847e;p=github%2Fshaarli%2FShaarli.git Merge pull request #1421 from yudete/master Add Japanese translation --- 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 '{}' \;