summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-12-23 15:31:51 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-12-23 15:31:51 +0000
commit641815d3ea1ff2201b723799cfeea9bdf590bcd9 (patch)
tree8ef14ee0ec12ac5c74afde5e2d06e98ae5f8418f /Makefile
parent45b2aa8b2df711626ca4899e40fecaf850c275f8 (diff)
downloadvdr-plugin-live-641815d3ea1ff2201b723799cfeea9bdf590bcd9.tar.gz
vdr-plugin-live-641815d3ea1ff2201b723799cfeea9bdf590bcd9.tar.bz2
- Changed mode of live.pot creation. Should prevent .po file conflicts
at subsequent upgrades from CVS.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2142fa3..5deb049 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile,v 1.57 2007/12/17 22:55:39 tadi Exp $
+# $Id: Makefile,v 1.58 2007/12/23 15:31:51 tadi Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -113,7 +113,7 @@ endif
msgfmt -c -o $@ $<
$(I18Npot): PAGES $(PLUGINOBJS:%.o=%.cpp)
- xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<cwieninger@gmx.de>' -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --omit-header -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp
$(I18Npo): $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<