aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-18 08:45:15 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-18 08:45:15 +0200
commit782815777b64d40b71a1d8109fd1779ec71a23ef (patch)
tree13a4a34682095d8fad32ac02c428d8e00abd99dd /Makefile
parentfed6c0da38983ac985b5fbac59edde8e9517623f (diff)
downloadmk-782815777b64d40b71a1d8109fd1779ec71a23ef.tar.gz
g.tmac: Re-organize code, implement h (heading) macro
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index efd8e3d..065b120 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
-example.pdf: example.mg g.tmac
- groff -Tps example.mg | ps2pdf - > example.pdf
+example.pdf: example.t g.tmac
+ groff -Tps example.t | ps2pdf - > example.pdf