summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-15 19:08:56 +0100
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2008-01-15 19:08:56 +0100
commit2d13dfff4f5575be43424267947a561c2f3b6e6d (patch)
tree5ca23d60e1fa654fe38dcc3407c3bffc72b03bf9 /Makefile
parent7dd9b9ba244d937ac4bde367ed9bb533a3d6d481 (diff)
downloadvdr-plugin-live-2d13dfff4f5575be43424267947a561c2f3b6e6d.tar.gz
vdr-plugin-live-2d13dfff4f5575be43424267947a561c2f3b6e6d.tar.bz2
- reversed change to avoid conflicts
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebc6592..a62b0c9 100644
--- a/Makefile
+++ b/Makefile
@@ -113,7 +113,7 @@ endif
msgfmt -c -o $@ $<
$(I18Npot): PAGES $(PLUGINOBJS:%.o=%.cpp)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<cwieninger@gmx.de>' -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp
$(I18Npo): $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<