Code

Makefile: A variable for options used by xgettext(1) calls
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 30 Aug 2010 15:25:44 +0000 (15:25 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:10:05 +0000 (07:10 +0000)
commit0c51fa6948b40a4d6d0092df1f70b8308cd8751f
tree5c57a8f9b754f5cbd875a6928c8302c23d5595a4
parent3f4c2c0d435a4d61beed1fb0065a23cc093a4e20
Makefile: A variable for options used by xgettext(1) calls

Change the Makefile code to use a variable for the options that all
the xgettext(1) invocations are using. This makes it more readable,
and makes it easier to add more standard options.

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