Merge pull request #1417 from bmsleight/master

Update Makefile
This commit is contained in:
ArthurHoaro 2020-02-17 18:14:47 +01:00 committed by GitHub
commit df7c286d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,6 +156,7 @@ phpdoc: clean
htmldoc:
python3 -m venv venv/
bash -c 'source venv/bin/activate; \
pip install wheel; \
pip install mkdocs; \
mkdocs build --clean'
find doc/html/ -type f -exec chmod a-x '{}' \;