diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |