aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f2ee1ae..b3686c0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-all: example.pdf hacking.pdf
+all: README.pdf hacking.pdf
hacking.pdf: hacking.t g.tmac
perl -pe '$$_=`$$_` if s/^\!//' hacking.t |\
groff -Tps | ps2pdf - > hacking.pdf
-example.pdf: example.t g.tmac
- toc/gtoc -Tps example.t | ps2pdf - > example.pdf
+README.pdf: README.t g.tmac
+ toc/gtoc -Tps README.t | ps2pdf - > README.pdf