Code

Makefile: provide a --msgid-bugs-address to xgettext(1)
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 28 Aug 2010 17:42:11 +0000 (17:42 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:10:05 +0000 (07:10 +0000)
commita18a5aa515916cdbbd0791ac0e0c63e3780befa9
tree6f8c2a896d6ac09d1efb3b9e68c12aa3f6244ea9
parent0c51fa6948b40a4d6d0092df1f70b8308cd8751f
Makefile: provide a --msgid-bugs-address to xgettext(1)

Change the invocations of xgettext to use the --msgid-bugs-address
option. This has the effect of adding a Report-Msgid-Bugs-To header to
the git.pot and the derived *.po files. Doing so is recommended by the
gettext manual.

If this isn't added the Report-Msgid-Bugs-To header already in
po/is.po and other PO files will be removed by msgmerge(1).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Makefile