From a1719f549b4bb736b1baab498e7722e7b6ad3d27 Mon Sep 17 00:00:00 2001 From: Thomas Letan Date: Wed, 5 Feb 2020 21:49:15 +0100 Subject: Fix link to locally defined terms in coqdoc output --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3