aboutsummaryrefslogtreecommitdiff
path: root/toc/Makefile
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/Makefile
parent2aedd44170b19b427d9d1f069d63e463d8a38832 (diff)
downloadmk-a85c6cc8b1f445883389fc65fa170b538291b7d6.tar.gz
Improve toc.tmac
Diffstat (limited to 'toc/Makefile')
-rw-r--r--toc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toc/Makefile b/toc/Makefile
index 216673b..6cf0b74 100644
--- a/toc/Makefile
+++ b/toc/Makefile
@@ -1,2 +1,2 @@
example.pdf: example.t
- ./toc example.t | groff -Tps example.t | ps2pdf - > example.pdf
+ ./groc -Tps example.t | ps2pdf - > example.pdf