From 88afef7b48f0aeb8ef748b4050583d919f5d9c6e Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Wed, 27 Nov 2019 16:23:14 -0500
Subject: Rename bin.7 to README.7

GitHub be damned.
---
 bin/Makefile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

(limited to 'bin/Makefile')

diff --git a/bin/Makefile b/bin/Makefile
index d3aeadd2..749acaf7 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -69,7 +69,7 @@ curl: meta ${BINS_CURL}
 
 tls: meta ${BINS_TLS}
 
-meta: tags .gitignore README
+meta: tags .gitignore
 
 # Binaries
 
@@ -122,16 +122,13 @@ ${HTMLS}: html.sh hi ttpre
 .y.html:
 	sh html.sh $< man1/${<:.y=.1} > $@
 
-index.html: Makefile bin.7
-	sh html.sh Makefile bin.7 \
+index.html: Makefile README.7
+	sh html.sh Makefile README.7 \
 		| sed -E 's,([a-z0-9-]+)[(][1-9][)],<a href="\1.html">&</a>,' \
 		> index.html
 
 # Meta
 
-README: bin.7
-	mandoc bin.7 | col -bx > README
-
 scheme.png: scheme
 	./scheme -gt > scheme.png
 
-- 
cgit 1.4.1