diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-10-21 14:26:09 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-10-21 14:26:09 +0000 |
commit | 8ac9758dd9dc502c64c06c3339b6a60a7d54e39c (patch) | |
tree | ee093847daa7ace669afca3789161c97701b2d15 /Makefile | |
parent | 0c661820c34b2f201bc8cdfeac81dc388c11088a (diff) | |
download | vdr-plugin-live-8ac9758dd9dc502c64c06c3339b6a60a7d54e39c.tar.gz vdr-plugin-live-8ac9758dd9dc502c64c06c3339b6a60a7d54e39c.tar.bz2 |
- replaced '-F' with '--no-location' to avoid line numbers in po files
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.50 2007/09/17 22:23:40 tadi Exp $ +# $Id: Makefile,v 1.51 2007/10/21 14:26:09 winni Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -104,10 +104,10 @@ endif msgfmt -c -o $@ $< $(I18Npot): PAGES $(PLUGINOBJS:%.o=%.cpp) - xgettext -C -cTRANSLATORS --no-wrap -F -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 --msgid-bugs-address='<cwieninger@gmx.de>' -o $@ $(PLUGINOBJS:%.o=%.cpp) pages/*.cpp $(I18Npo): $(I18Npot) - msgmerge -U --no-wrap -F --backup=none -q $@ $< + msgmerge -U --no-wrap --no-location --backup=none -q $@ $< i18n: $(I18Nmo) @mkdir -p $(LOCALEDIR) |