diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-23 02:24:30 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-23 02:25:04 +0200 |
commit | 790c9a5630256078d9c58b7313986723a70edb8d (patch) | |
tree | 79fb3c64991464c7457bde7ac47df02379384b07 /Makefile | |
parent | db0af0983ae6aacd495c389015c9df5f48e2092a (diff) | |
download | mk-790c9a5630256078d9c58b7313986723a70edb8d.tar.gz |
Rename example.t to README.t
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |