aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorBrendan M. Sleight <bms.git@barwap.com>2020-02-05 20:07:47 +0000
committerGitHub <noreply@github.com>2020-02-05 20:07:47 +0000
commit52964ec8738fcc475604bfd4595a75bdc259e8c5 (patch)
tree35499c48da86c9e627fc96aad28043f5e414bf4d /Makefile
parentf6637392a93fb0708b7f972a22151b38795dc1e2 (diff)
downloadShaarli-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 03c6a0d6..b52ba22f 100644
--- a/Makefile
+++ b/Makefile
@@ -156,6 +156,7 @@ phpdoc: clean
156htmldoc: 156htmldoc:
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 '{}' \;