X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=b0cdadf0ce4f5f9db35789bba103455a0b30c63b;hb=a120fb2977331e0f7d7ffe05861ba179fdae8764;hp=4adbdd680a076171275de07d9f6bdafa22216e18;hpb=03b483aa45ca994c0d75010e2008a8f0bfcf7ed3;p=github%2Fshaarli%2FShaarli.git diff --git a/Makefile b/Makefile index 4adbdd68..b0cdadf0 100644 --- a/Makefile +++ b/Makefile @@ -207,7 +207,7 @@ htmldoc: python3 -m venv venv/ bash -c 'source venv/bin/activate; \ pip install mkdocs; \ - mkdocs build' + mkdocs build --clean' find doc/html/ -type f -exec chmod a-x '{}' \; rm -r venv