aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--README.pdf (renamed from example.pdf)bin91606 -> 91606 bytes
-rw-r--r--README.t (renamed from example.t)0
3 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
diff --git a/example.pdf b/README.pdf
index 9f07118..9f07118 100644
--- a/example.pdf
+++ b/README.pdf
Binary files differ
diff --git a/example.t b/README.t
index 7e6e6f9..7e6e6f9 100644
--- a/example.t
+++ b/README.t