Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Solve make htmldoc error on python3 ubuntu
  • Loading branch information
bmsleight authored Feb 5, 2020
1 parent f663739 commit 52964ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 '{}' \;
Expand Down

0 comments on commit 52964ec

Please sign in to comment.