diff options
author | June McEnroe <june@causal.agency> | 2019-11-27 16:23:14 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-27 16:23:14 -0500 |
commit | 68aefff98f3d71b1587c1702268a4eb0228961dd (patch) | |
tree | 5fa3be513d2c6b44659def9b65c4fdec6afdb08a /bin/Makefile | |
parent | Document HISTFILE (diff) | |
download | src-68aefff98f3d71b1587c1702268a4eb0228961dd.tar.gz src-68aefff98f3d71b1587c1702268a4eb0228961dd.zip |
Rename bin.7 to README.7
GitHub be damned.
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
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 |