aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-24 16:25:32 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-24 16:25:32 +0200
commitb8fb8ad8ab2e5cbb245b35f20d050d50be2842d3 (patch)
treee8e2ca0bf6a0667da8ae690247d73ab9dd7a491f /Makefile
parent5f1752fa417f32956827825d4cc4f09941d029b6 (diff)
downloadmk-b8fb8ad8ab2e5cbb245b35f20d050d50be2842d3.tar.gz
Change name to mu
It turns out that Heirloom troff includes an (m)g macro set for groff compatibility. I liked the name mg, because of the association with milligram, but mu is pretty good too. (And mu is the symbol for the SI micro prefix, which is even smaller than milli!)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index cfdab83..6fc4617 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,10 @@ PDFROFF ?= troff | dpost | ps2pdf -
all: README.pdf hacking.pdf
-hacking.pdf: hacking.t g.tmac
+hacking.pdf: hacking.t u.tmac
perl -pe '$$_=`$$_` if s/^\!//' hacking.t |\
$(PDFROFF) > hacking.pdf
-README.pdf: README.t g.tmac
+README.pdf: README.t u.tmac
TROFFONTS=/usr/pkg/share/fonts/X11/TTF/ \
<README.t toc/toc $(PDFROFF) > README.pdf