diff options
author | Brendan M. Sleight <bms.git@barwap.com> | 2020-02-05 20:07:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 20:07:47 +0000 |
commit | 52964ec8738fcc475604bfd4595a75bdc259e8c5 (patch) | |
tree | 35499c48da86c9e627fc96aad28043f5e414bf4d /Makefile | |
parent | f6637392a93fb0708b7f972a22151b38795dc1e2 (diff) | |
download | Shaarli-52964ec8738fcc475604bfd4595a75bdc259e8c5.tar.gz Shaarli-52964ec8738fcc475604bfd4595a75bdc259e8c5.tar.zst Shaarli-52964ec8738fcc475604bfd4595a75bdc259e8c5.zip |
Update Makefile
Solve make htmldoc error on python3 ubuntu
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -156,6 +156,7 @@ phpdoc: clean | |||
156 | htmldoc: | 156 | htmldoc: |
157 | python3 -m venv venv/ | 157 | python3 -m venv venv/ |
158 | bash -c 'source venv/bin/activate; \ | 158 | bash -c 'source venv/bin/activate; \ |
159 | pip install wheel; \ | ||
159 | pip install mkdocs; \ | 160 | pip install mkdocs; \ |
160 | mkdocs build --clean' | 161 | mkdocs build --clean' |
161 | find doc/html/ -type f -exec chmod a-x '{}' \; | 162 | find doc/html/ -type f -exec chmod a-x '{}' \; |