]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Update Makefile 1417/head
authorBrendan M. Sleight <bms.git@barwap.com>
Wed, 5 Feb 2020 20:07:47 +0000 (20:07 +0000)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2020 20:07:47 +0000 (20:07 +0000)
Solve make htmldoc error on python3 ubuntu

Makefile

index 03c6a0d6fab44ea10284ea45db15bda8cecf8445..b52ba22f72382b1573d54591ac4e17e6ab848e3f 100644 (file)
--- 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 '{}' \;