diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-12-23 15:31:51 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-12-23 15:31:51 +0000 |
commit | 641815d3ea1ff2201b723799cfeea9bdf590bcd9 (patch) | |
tree | 8ef14ee0ec12ac5c74afde5e2d06e98ae5f8418f /Makefile | |
parent | 45b2aa8b2df711626ca4899e40fecaf850c275f8 (diff) | |
download | vdr-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $@ $< |