summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-05 21:47:57 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-05 21:47:57 +0100
commita69a2cc1ffe4a0642a78468fe47b67e1c4fb2374 (patch)
tree046c796b963aa00f3be3d876d8b7b20ffc4081b4 /Makefile
parentPublish a new article (diff)
Keep the list of html files to ignore up-to-date when building
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7c52c0d..0f80d07 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ COQCARGS := -async-proofs-cache force
build: ${POSTS}
soupault
+ scripts/update-gitignore.sh ${POSTS}
clean:
rm -f ${POSTS}