diff options
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 '{}' \; |