summaryrefslogtreecommitdiffstats
path: root/org.mk
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2022-08-13 19:16:51 +0200
committerThomas Letan <lthms@soap.coffee>2022-08-13 19:19:30 +0200
commit7350cc722850621c2f362e3b802b16a4753b9ae4 (patch)
treeaaf933250eaf48f84ced59097f084b7309596ada /org.mk
parentUse emacs --daemon to speed things up (diff)
Provide a script to capture output of commands into files in 'logs/'
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 fb2f3d4..c6c1bc3 100644
--- a/org.mk
+++ b/org.mk
@@ -11,4 +11,4 @@ site/index.org : site/haskell.org site/miscellaneous.org site/meta.org site/coq.
%.html : %.org org.mk
@scripts/pretty-echo.sh Exporting "$*.org"
- @${EMACS} --eval "(cleopatra:export-org \"$<\")"
+ @capture.sh "$@" ${EMACS} --eval "(cleopatra:export-org \"$<\")"