summary refs log tree commit diff
path: root/Makefile
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
commit34c654eeb9ec8e115648baf7f6eb8d1cb21aeb3f (patch)
tree7d196e136a19076f928f995b43204f3e68c6d419 /Makefile
parentAdd CAVEATS to "Pleasant C" (diff)
downloadsrc-34c654eeb9ec8e115648baf7f6eb8d1cb21aeb3f.tar.gz
src-34c654eeb9ec8e115648baf7f6eb8d1cb21aeb3f.zip
Use col -b to strip formatting
As suggested in man(1).
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
it/bin/scheme.c?id=28af8cb55a04973f1be6d5de16177f77a3ab7518&follow=1'>Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe When? Now. 2019-07-24Remove histedit from bitJune McEnroe