From 670ef7244591123c4d6432b8a76fe8b4a9e39ee4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 14 Aug 2013 20:16:04 +0000 Subject: -undo stupid gettextize overwrite --- po/Makefile.in.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'po/Makefile.in.in') diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 5022b8b18..14868b020 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -139,7 +139,8 @@ $(DOMAIN).pot-update: $(POTFILES) $(srcdir)/POTFILES.in remove-potcdate.sed --add-comments=TRANSLATORS: $(XGETTEXT_OPTIONS) \ --files-from=$(srcdir)/POTFILES.in \ --copyright-holder='$(COPYRIGHT_HOLDER)' \ - --msgid-bugs-address="$$msgid_bugs_address" + --msgid-bugs-address="$$msgid_bugs_address" \ + --from-code=UTF-8 test ! -f $(DOMAIN).po || { \ if test -f $(srcdir)/$(DOMAIN).pot; then \ sed -f remove-potcdate.sed < $(srcdir)/$(DOMAIN).pot > $(DOMAIN).1po && \ -- cgit v1.2.3