summaryrefslogtreecommitdiffstats
path: root/coq.mk
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2022-09-10 12:31:31 +0200
committerThomas Letan <lthms@soap.coffee>2022-09-10 12:31:31 +0200
commit838d4afb785daf4852ef93f5cf1ab080ad0ed1f3 (patch)
tree2bc5f58e3b710aecc0c29d5e888d801e337bdacf /coq.mk
parentspatial-sway is a thing now (diff)
Refine the theme to be more readable
Diffstat (limited to 'coq.mk')
-rw-r--r--coq.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq.mk b/coq.mk
index c55526e..54ce8ae 100644
--- a/coq.mk
+++ b/coq.mk
@@ -23,7 +23,7 @@ COQDOCARG := --no-index --charset utf8 --short \
--external "https://lysxia.github.io/coq-simple-io" SimpleIO
%.html : %.v coq.mk _opam/init
- @scripts/pretty-echo.sh Exporting "$*.v"
+ @pretty-echo.sh Exporting "$*.v"
@coqc ${COQCARG} $<
@coqdoc ${COQDOCARG} -d $(shell dirname $<) $<
@rm -f $(shell dirname $<)/coqdoc.css