~ruther/guix-local

f5614e69e14e8b4864b80a23870f9331c27b8f4e — Ludovic Courtès 13 years ago d9d466d
build: Tell xgettext that the source is UTF-8.

* po/Makevars (XGETTEXT_OPTIONS): Add `--from-code=UTF-8'.
1 files changed, 1 insertions(+), 1 deletions(-)

M po/Makevars
M po/Makevars => po/Makevars +1 -1
@@ 7,7 7,7 @@ top_builddir = ..

# These options get passed to xgettext.
XGETTEXT_OPTIONS =					\
  --language=Scheme					\
  --language=Scheme --from-code=UTF-8			\
  --keyword=_ --keyword=N_				\
  --keyword=description --keyword=long-description