summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-10-08 14:45:37 -0400
committerJune McEnroe <june@causal.agency>2018-10-08 14:47:40 -0400
commitfcf22551af8f51a50a2826fffa7c863d138e5032 (patch)
tree7d196e136a19076f928f995b43204f3e68c6d419
parentAdd CAVEATS to "Pleasant C" (diff)
downloadsrc-fcf22551af8f51a50a2826fffa7c863d138e5032.tar.gz
src-fcf22551af8f51a50a2826fffa7c863d138e5032.zip
Use col -b to strip formatting
As suggested in man(1).
-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