summary refs log tree commit diff
path: root/gfx
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 /gfx
parentRemove edi.c (diff)
downloadsrc-d44d376d59c28fa0f0d4a3e093e50dcbfbda167e.tar.gz
src-d44d376d59c28fa0f0d4a3e093e50dcbfbda167e.zip
Use col -b to remove formatting for README
Diffstat (limited to 'gfx')
-rw-r--r--gfx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/Makefile b/gfx/Makefile
index 192800c5..22198835 100644
--- a/gfx/Makefile
+++ b/gfx/Makefile
@@ -28,7 +28,7 @@ clean:
 	rm -f tags *.o $(BINS)
 
 README: man/gfx.7
-	mandoc man/gfx.7 | sed $$'s/.\b//g' > README
+	mandoc man/gfx.7 | col -b -x > README
 
 .gitignore: Makefile
 	echo '*.o' tags $(BINS) | tr ' ' '\n' > .gitignore
'>Support 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 Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe