commit a2251562e29184ce287a6b1a1ab5f854c40b6995
parent 665ff9734e889a3f8ada919ad8ff9182d544da7d
Author: Robert Russell <robertrussell.72001@gmail.com>
Date: Tue, 16 Jul 2024 22:33:02 -0700
Exapand tabs when producing README
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -6,7 +6,7 @@ httpserve: httpserve.go
go build
README: httpserve.1
- man ./httpserve.1 | col -b > README
+ man ./httpserve.1 | col -b | sed 's/\t/ /g' > README
install: httpserve
mkdir -p $(DESTDIR)$(PREFIX)/bin