diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-08-29 16:00:22 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2010-08-29 16:00:22 +0300 |
commit | f0c0da3803e3aaef8a06c590a162ca575df7ac27 (patch) | |
tree | 0ca10e52dfc117b3e177bb3a3bb1e8e05d612647 /Makefile | |
parent | 56b11ba58bebe8c49785d54f40d0246f56c5d281 (diff) | |
download | vdr-plugin-text2skin-f0c0da3803e3aaef8a06c590a162ca575df7ac27.tar.gz vdr-plugin-text2skin-f0c0da3803e3aaef8a06c590a162ca575df7ac27.tar.bz2 |
Update msgid bugs address.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -125,8 +125,7 @@ I18Npo = $(notdir $(wildcard $(PODIR)/*.po)) I18Npot = $(PODIR)/$(PLUGIN).pot $(I18Npot): $(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP \ - --msgid-bugs-address='<sascha@akv-soft.de>' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address=http://projects.vdr-developer.org/projects/show/plg-text2skin -o $@ $^ %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< |