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 cc656ae..da50c12 100644
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@ hacking.pdf: hacking.t g.tmac
perl -pe '$$_=`$$_` if s/^\!//' hacking.t |\
groff -Tps | ps2pdf - > hacking.pdf
-example.pdf: hacking.pdf g.tmac
- groff -Tps example.t | ps2pdf - > example.pdf
+example.pdf: example.t g.tmac
+ toc/groc example.t | ps2pdf - > example.pdf