From 790c9a5630256078d9c58b7313986723a70edb8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 23 Jun 2021 02:24:30 +0200 Subject: Rename example.t to README.t --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3