diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2007-10-13 09:54:09 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2007-10-13 09:54:09 +0200 |
commit | 59bc94fba2e14243b0fc1815f833f6d7c146c814 (patch) | |
tree | efe5f6d3c35b2f17c797eeb2a7eb71f2ba23f30b /PLUGINS/src/skincurses/Makefile | |
parent | 0c8cda9bd007bba5b6dbae5fabc4d741d1a3ac4c (diff) | |
download | vdr-59bc94fba2e14243b0fc1815f833f6d7c146c814.tar.gz vdr-59bc94fba2e14243b0fc1815f833f6d7c146c814.tar.bz2 |
Now generating translation files without line numbers; updated the Finnish OSD texts
Diffstat (limited to 'PLUGINS/src/skincurses/Makefile')
-rw-r--r-- | PLUGINS/src/skincurses/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PLUGINS/src/skincurses/Makefile b/PLUGINS/src/skincurses/Makefile index 5199dd8b..84933bff 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.11 2007/08/19 14:19:07 kls Exp $ +# $Id: Makefile 1.12 2007/10/13 09:28:28 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -78,10 +78,10 @@ I18Npot = $(PODIR)/$(PLUGIN).pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $(wildcard *.c) + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $(wildcard *.c) $(I18Npo): $(I18Npot) - msgmerge -U --no-wrap -F --backup=none -q $@ $< + msgmerge -U --no-wrap --no-location --backup=none -q $@ $< i18n: $(I18Nmo) @mkdir -p $(LOCALEDIR) |