Update Makefile
Solve make htmldoc error on python3 ubuntu
This commit is contained in:
parent
f6637392a9
commit
52964ec873
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