X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=Makefile;h=b0cdadf0ce4f5f9db35789bba103455a0b30c63b;hb=8fdd65b88412a0db28c723a486650c434fe5668c;hp=4adbdd680a076171275de07d9f6bdafa22216e18;hpb=17e45b2e9c33c736751e059276fadb480f98e621;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