summaryrefslogtreecommitdiffstats
path: root/org.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 /org.mk
parentspatial-sway is a thing now (diff)
Refine the theme to be more readable
Diffstat (limited to 'org.mk')
-rw-r--r--org.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.mk b/org.mk
index 1d42db7..0421a59 100644
--- a/org.mk
+++ b/org.mk
@@ -10,5 +10,5 @@ ARTIFACTS += ${ORG_OUT} .emacs.d/cache
site/index.html : site/haskell.org site/miscellaneous.org site/meta.org site/coq.org
%.html : %.org org.mk
- @scripts/pretty-echo.sh Exporting "$*.org"
+ @pretty-echo.sh Exporting "$*.org"
@capture.sh "$@" ${EMACS} --eval "(cleopatra:export-org \"$<\")"