diff options
author | June McEnroe <june@causal.agency> | 2018-10-08 14:50:26 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-08 14:50:59 -0400 |
commit | 90837e8ad9aaf45d5a30b651caf160ac90241c53 (patch) | |
tree | fd67b1c0cf9f5e0761e1063ec8cbd0ceffd2e3c9 /gfx/Makefile | |
parent | Remove edi.c (diff) | |
download | src-90837e8ad9aaf45d5a30b651caf160ac90241c53.tar.gz src-90837e8ad9aaf45d5a30b651caf160ac90241c53.zip |
Use col -b to remove formatting for README
Diffstat (limited to 'gfx/Makefile')
-rw-r--r-- | gfx/Makefile | 2 |
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 |