X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=b52ba22f72382b1573d54591ac4e17e6ab848e3f;hb=ff2b5f5bd857ee7edf496cae2b4ab526b0703345;hp=03c6a0d6fab44ea10284ea45db15bda8cecf8445;hpb=57bd9780c8bb58e150853c91c97001c299932807;p=github%2Fshaarli%2FShaarli.git 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 '{}' \;