summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-08-02 23:06:19 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2009-08-02 23:06:19 -0300
commit0008e6b0d8276a8eb9c04329970cfb28abe76ae7 (patch)
tree9e8155bf9b61c7dbbcd059211cc83105bc19f419
parent14bd787d8a4e9ad7acb41292e82b31c08bfc5b34 (diff)
downloadtuna-0008e6b0d8276a8eb9c04329970cfb28abe76ae7.tar.gz
xgettext: remove -L python, so that the glade strings can be extracted too
This regression was introduced in 691378600421fda478e3ac08946ce0d516f509ff. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 998d053..9aabd08 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ rpmdev: bz2dev rpmdirs
rpmbuild -ba --define "_topdir $(PWD)/rpm" rpm/SPECS/$(PACKAGE).spec
po/$(PACKAGE).pot:
- xgettext -L python -k_ -kN_ -f po/POTFILES.in -o $@
+ xgettext -k_ -kN_ -f po/POTFILES.in -o $@
po/%.po: po/$(PACKAGE).pot
msgmerge --suffix=.old -U $@ $< && rm -f $@.old