Skip to content

Commit

Permalink
Merge pull request shaarli#1417 from bmsleight/master
Browse files Browse the repository at this point in the history
Update Makefile
  • Loading branch information
ArthurHoaro authored Feb 17, 2020
2 parents 922341a + 52964ec commit df7c286
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 df7c286

Please sign in to comment.