From: Reuben Thomas Date: Fri, 1 Jun 2018 19:33:11 +0000 (+0100) Subject: help2man: call with --locale=en_US.UTF-8 to get UTF-8 transmitted X-Git-Tag: v3.7.1~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=198401b96aa826ce56fe8f743d133e47d9c547c4;p=recode help2man: call with --locale=en_US.UTF-8 to get UTF-8 transmitted --- diff --git a/src/Makefile.am b/src/Makefile.am index 1fc390f..b3021bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -102,7 +102,7 @@ recode.1: main.c $(top_srcdir)/configure.ac ## Exit gracefully if recode.1 is not writeable, such as during distcheck! $(MAKE) $(AM_MAKEFLAGS) recode$(EXEEXT) $(AM_V_GEN)if ( touch $@.w && rm -f $@.w; ) >/dev/null 2>&1; then \ - $(top_srcdir)/build-aux/missing --run $(HELP2MAN) \ + $(top_srcdir)/build-aux/missing --run $(HELP2MAN) --locale=en_US.UTF-8 \ --name="converts files between character sets" \ --output=$@ ./recode; \ fi