diff options
Diffstat (limited to 'PLUGINS/src/pictures/Makefile')
-rw-r--r-- | PLUGINS/src/pictures/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/pictures/Makefile b/PLUGINS/src/pictures/Makefile index d9499443..46a262f2 100644 --- a/PLUGINS/src/pictures/Makefile +++ b/PLUGINS/src/pictures/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.2 2008/01/13 13:00:04 kls Exp $ +# $Id: Makefile 2.1 2009/10/18 14:02:41 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -79,7 +79,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ $^ %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< |