From fcf22551af8f51a50a2826fffa7c863d138e5032 Mon Sep 17 00:00:00 2001 From: Curtis 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