aboutsummaryrefslogtreecommitdiff
path: root/toc/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-22 20:30:15 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-22 20:30:15 +0200
commit0d1f04b92b1f3c369036c4c17af53e23e5d2be4e (patch)
tree18d4cc4b2b23fec3d211b1764578f601b0e0d988 /toc/Makefile
parentd1c128722e4478c386aa6adab88c680c61beb72d (diff)
downloadmk-0d1f04b92b1f3c369036c4c17af53e23e5d2be4e.tar.gz
Add toc.tmac
Diffstat (limited to 'toc/Makefile')
-rw-r--r--toc/Makefile2
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