aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5ffed1e..485c8e3 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,8 @@ all: README.pdf hacking.pdf
hacking.pdf: hacking.t g.tmac
perl -pe '$$_=`$$_` if s/^\!//' hacking.t |\
- groff -Tps | ps2pdf - > hacking.pdf
+ troff -x3 | dpost | ps2pdf - > hacking.pdf
README.pdf: README.t g.tmac
- <README.t toc/toc groff -Tps | ps2pdf - > README.pdf
+ TROFFONTS=/usr/pkg/share/fonts/X11/TTF/ \
+ <README.t toc/toc troff -x3 | dpost | ps2pdf - > README.pdf