diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-10-18 14:18:22 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-10-18 14:18:22 +0200 |
commit | 20c8cd161fd7fd63c14d66333d5589ee9116cc72 (patch) | |
tree | d4d3449825481a6e17347427cd4ca4107c71cea7 /PLUGINS/src/skincurses/Makefile | |
parent | 98d2cd84dc128be439e26617a065671174925c03 (diff) | |
download | vdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.gz vdr-20c8cd161fd7fd63c14d66333d5589ee9116cc72.tar.bz2 |
Changed the project's URLs and email to tvdr.de
Diffstat (limited to 'PLUGINS/src/skincurses/Makefile')
-rw-r--r-- | PLUGINS/src/skincurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/skincurses/Makefile b/PLUGINS/src/skincurses/Makefile index 4dc4e28a..cade7957 100644 --- a/PLUGINS/src/skincurses/Makefile +++ b/PLUGINS/src/skincurses/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.15 2008/01/19 11:40:33 kls Exp $ +# $Id: Makefile 2.1 2009/10/18 14:03:30 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 $@ $< |