From 19cd59348b26410913a668cc0a61d96b33c2bfb0 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 7 Oct 2020 17:22:13 -0400 Subject: Use mandoc -T utf8 for text. Don't depend on LANG being set. --- www/text.causal.agency/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/text.causal.agency') diff --git a/www/text.causal.agency/Makefile b/www/text.causal.agency/Makefile index b86dee95..5b6eb908 100644 --- a/www/text.causal.agency/Makefile +++ b/www/text.causal.agency/Makefile @@ -17,7 +17,7 @@ all: ${TXTS} .SUFFIXES: .7 .txt .7.txt: - mandoc $< | col -bx > $@ + mandoc -T utf8 $< | col -bx > $@ feed.atom: feed.sh ${TXTS} sh feed.sh > feed.atom -- cgit 1.4.1