From 90837e8ad9aaf45d5a30b651caf160ac90241c53 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 8 Oct 2018 14:50:26 -0400 Subject: Use col -b to remove formatting for README --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') 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 \ -- cgit 1.4.1