aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-23 02:24:30 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-23 02:25:04 +0200
commit790c9a5630256078d9c58b7313986723a70edb8d (patch)
tree79fb3c64991464c7457bde7ac47df02379384b07 /Makefile
parentdb0af0983ae6aacd495c389015c9df5f48e2092a (diff)
downloadmk-790c9a5630256078d9c58b7313986723a70edb8d.tar.gz
Rename example.t to README.t
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