diff options
| author | June McEnroe <june@causal.agency> | 2020-10-07 17:22:13 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2020-10-07 17:22:13 -0400 |
| commit | 19cd59348b26410913a668cc0a61d96b33c2bfb0 (patch) | |
| tree | c6fba5b3d7ed83a8d109813e6462e1659ec3b3e6 /www/text.causal.agency/Makefile | |
| parent | Add The Awakened Kingdom (diff) | |
| download | src-19cd59348b26410913a668cc0a61d96b33c2bfb0.tar.gz src-19cd59348b26410913a668cc0a61d96b33c2bfb0.zip | |
Use mandoc -T utf8 for text.
Don't depend on LANG being set.
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 |