From 34c654eeb9ec8e115648baf7f6eb8d1cb21aeb3f Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 8 Oct 2018 14:45:37 -0400 Subject: Use col -b to strip formatting As suggested in man(1). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32e858e0..8b50a0f8 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ all: $(TXTS) .SUFFIXES: .7 .txt .7.txt: - mandoc $< | sed $$'s/.\b//g' > $@ + mandoc $< | col -b -x > $@ feed.atom: $(TXTS) ./feed.sh > feed.atom -- cgit 1.4.1