From 77d9b1a3211d23ce3f57928006eaab6e719f64af Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 31 Mar 2025 10:29:20 +0800 Subject: Add colb from June McEnroe --- Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0171a2c..3783d4f 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,10 @@ man: $(MAN_PAGES:%=man/%.html) $(MAN_PAGES:%=man/%.txt) man/%.html: man/% mandoc -Thtml -O style=./mandoc.css $< > $@ -man/%.txt: man/% - mandoc $< | col -b > $@ +man/%.txt: man/% utils/colb + mandoc $< | ./utils/colb > $@ + +utils/colb: utils/colb.c hookc/hookc: -- cgit v1.2.3