From: Piotr Drąg Date: Thu, 18 Aug 2016 13:18:00 +0000 (+0200) Subject: Add --add-comments to XGETTEXT_OPTIONS in Makevars X-Git-Tag: elfutils-0.167~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b2b684c8c9fb3f3d29cdfa148953e1c243bdb4c;p=thirdparty%2Felfutils.git Add --add-comments to XGETTEXT_OPTIONS in Makevars So that translator comments show up in .po files. https://bugzilla.redhat.com/show_bug.cgi?id=1368130 Signed-off-by: Piotr Drąg --- diff --git a/po/Makevars b/po/Makevars index 8a8ebc60d..15d5d3187 100644 --- a/po/Makevars +++ b/po/Makevars @@ -9,7 +9,8 @@ top_builddir = .. # These options get passed to xgettext. XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --flag=error:3:c-format \ - --flag=ERROR:1:c-format --flag=argp_error:2:c-format + --flag=ERROR:1:c-format --flag=argp_error:2:c-format \ + --add-comments # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding