diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-22 21:24:11 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-22 21:24:11 +0200 |
commit | a85c6cc8b1f445883389fc65fa170b538291b7d6 (patch) | |
tree | a2dd86ff5475ddb01b1fd64adc88b77f0526e101 /toc/Makefile | |
parent | 2aedd44170b19b427d9d1f069d63e463d8a38832 (diff) | |
download | mk-a85c6cc8b1f445883389fc65fa170b538291b7d6.tar.gz |
Improve toc.tmac
Diffstat (limited to 'toc/Makefile')
-rw-r--r-- | toc/Makefile | 2 |
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 |