aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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