diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-22 20:30:15 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-22 20:30:15 +0200 |
commit | 0d1f04b92b1f3c369036c4c17af53e23e5d2be4e (patch) | |
tree | 18d4cc4b2b23fec3d211b1764578f601b0e0d988 /toc/Makefile | |
parent | d1c128722e4478c386aa6adab88c680c61beb72d (diff) | |
download | mk-0d1f04b92b1f3c369036c4c17af53e23e5d2be4e.tar.gz |
Add toc.tmac
Diffstat (limited to 'toc/Makefile')
-rw-r--r-- | toc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toc/Makefile b/toc/Makefile new file mode 100644 index 0000000..216673b --- /dev/null +++ b/toc/Makefile @@ -0,0 +1,2 @@ +example.pdf: example.t + ./toc example.t | groff -Tps example.t | ps2pdf - > example.pdf |