X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=b52ba22f72382b1573d54591ac4e17e6ab848e3f;hb=03340c18ead651ef9e11f883745695f2edafbae3;hp=03c6a0d6fab44ea10284ea45db15bda8cecf8445;hpb=dd452c5691da85ca79c74ba51b1a6e541c6536cf;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 '{}' \;