summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-08 14:50:26 -0400
committerJune McEnroe <june@causal.agency>2018-10-08 14:50:59 -0400
commitd44d376d59c28fa0f0d4a3e093e50dcbfbda167e (patch)
tree9e18496d0261a6fc839ef4358c3507adf4ab3926 /bin/Makefile
parentRemove edi.c (diff)
downloadsrc-d44d376d59c28fa0f0d4a3e093e50dcbfbda167e.tar.gz
src-d44d376d59c28fa0f0d4a3e093e50dcbfbda167e.zip
Use col -b to remove formatting for README
Diffstat (limited to 'bin/Makefile')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile b/bin/Makefile
index e0c60ee7..f43c7ad7 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -59,7 +59,7 @@ clean:
 	rm -f tags scheme.h *.o $(BINS_ALL) $(GAMES_ALL) scheme.png
 
 README: man/bin.7
-	mandoc man/bin.7 | sed $$'s/.\b//g' > README
+	mandoc man/bin.7 | col -b -x > README
 
 .gitignore: Makefile
 	echo tags scheme.h *.o $(BINS_ALL) $(GAMES_ALL) scheme.png \
19-05-20 12:13:11 -0400'>2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe