summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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
ef='/src/commit/bin/Makefile?id=7f312726e016fbfcd0725c5b9feb625503ec5f67&follow=1'>Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe