summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0f80d07..5b95670 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ force: clean build
@coqdoc --no-index --charset utf8 --short --body-only -d site/posts/ \
--coqlib "https://coq.inria.fr/distrib/current/stdlib/" \
$*.v
+ @sed -i -e 's/href="$(shell basename $*.html)\#/href="\#/g' $*.html
@rm -f site/posts/coqdoc.css
%.html: %.org