diff options
author | ArthurHoaro <arthur@hoa.ro> | 2020-02-17 18:14:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-17 18:14:47 +0100 |
commit | df7c286d9198b041573ce5676408184f47efc643 (patch) | |
tree | a5efd48aff4bfaef6b315868fa886ad1ff0e6e63 /Makefile | |
parent | 922341aaa7e0e49689770fbc20a4f1bd984a4b05 (diff) | |
parent | 52964ec8738fcc475604bfd4595a75bdc259e8c5 (diff) | |
download | Shaarli-df7c286d9198b041573ce5676408184f47efc643.tar.gz Shaarli-df7c286d9198b041573ce5676408184f47efc643.tar.zst Shaarli-df7c286d9198b041573ce5676408184f47efc643.zip |
Merge pull request #1417 from bmsleight/master
Update Makefile
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 '{}' \; |