diff options
Diffstat (limited to '')
-rw-r--r-- | www/text.causal.agency/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |