aboutsummaryrefslogtreecommitdiff
path: root/toc/groc
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-22 21:24:11 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-22 21:24:11 +0200
commita85c6cc8b1f445883389fc65fa170b538291b7d6 (patch)
treea2dd86ff5475ddb01b1fd64adc88b77f0526e101 /toc/groc
parent2aedd44170b19b427d9d1f069d63e463d8a38832 (diff)
downloadmk-a85c6cc8b1f445883389fc65fa170b538291b7d6.tar.gz
Improve toc.tmac
Diffstat (limited to 'toc/groc')
-rwxr-xr-xtoc/groc4
1 files changed, 4 insertions, 0 deletions
diff --git a/toc/groc b/toc/groc
new file mode 100755
index 0000000..80a65a2
--- /dev/null
+++ b/toc/groc
@@ -0,0 +1,4 @@
+#!/bin/sh
+export TROFF=groff
+exec=${0%groc}troc
+exec "$exec" "$@"