summary refs log tree commit diff
path: root/gfx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/Makefile')
-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