summary refs log tree commit diff
path: root/www/text.causal.agency/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/text.causal.agency/Makefile')
-rw-r--r--www/text.causal.agency/Makefile2
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