commit
df7c286d91
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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 '{}' \;
|
||||
|
|
Loading…
Reference in a new issue