summary refs log tree commit diff
diff options
context:
space:
mode:
-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
/bin/edi.c?id=b0cfb130f1e680aa46382bacaad505d1db85c177&follow=1'>Move spans back out of segs in ediJune McEnroe 2018-05-29Use scheme for Light terminalJune McEnroe All I did was swap black and white. Sitting outside now. Looks fine. 2018-05-28Rewrite edi WIPJune McEnroe