]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - Makefile
Let MkDocs clean previously generated HTML pages
[github/shaarli/Shaarli.git] / Makefile
index 4adbdd680a076171275de07d9f6bdafa22216e18..b0cdadf0ce4f5f9db35789bba103455a0b30c63b 100644 (file)
--- 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