aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 10e663a..9cea09a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ lex.yy.c: xroff.lex
flex xroff.lex
README: README.t
- <README.t groff -ms -Tlatin1 | sed "s/\x1b\[[0-9;]*[a-zA-Z]//g" >README
+ <README.t groff -ms -Tutf8 | sed "s/\x1b\[[0-9;]*[a-zA-Z]//g" >README
README.t: README.x
<README.x ./xroff >README.t