aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-02-17 18:14:47 +0100
committerGitHub <noreply@github.com>2020-02-17 18:14:47 +0100
commitdf7c286d9198b041573ce5676408184f47efc643 (patch)
treea5efd48aff4bfaef6b315868fa886ad1ff0e6e63
parent922341aaa7e0e49689770fbc20a4f1bd984a4b05 (diff)
parent52964ec8738fcc475604bfd4595a75bdc259e8c5 (diff)
downloadShaarli-df7c286d9198b041573ce5676408184f47efc643.tar.gz
Shaarli-df7c286d9198b041573ce5676408184f47efc643.tar.zst
Shaarli-df7c286d9198b041573ce5676408184f47efc643.zip
Merge pull request #1417 from bmsleight/master
Update 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 '{}' \;