summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2008-03-28 23:22:16 +0100
committerThomas Günther <tom@toms-cafe.de>2008-03-28 23:22:16 +0100
commit722c141a6a0826862ea8456b952b350fb116b546 (patch)
tree6e5cc445a7820f43f6f7378319137f000cc09dda
parentcf5426d2f0c6c4c354ae53e291f17843f76f5635 (diff)
downloadvdr-plugin-spider-722c141a6a0826862ea8456b952b350fb116b546.tar.gz
vdr-plugin-spider-722c141a6a0826862ea8456b952b350fb116b546.tar.bz2
Generating translation files without line numbers
-rw-r--r--HISTORY4
-rw-r--r--Makefile10
2 files changed, 9 insertions, 5 deletions
diff --git a/HISTORY b/HISTORY
index 5644983..6ad39d1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -42,3 +42,7 @@ VDR plug-in 'Spider-Arachnid' Revision History
- Added user-defined variations.
- Improved key handling.
- Updated German language texts.
+
+2008-03-__: Version 0.2.1
+
+- Generating translation files without line numbers.
diff --git a/Makefile b/Makefile
index 64b237a..9fe3e48 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
#
-# Spider-Arachnid: A plugin for the Video Disk Recorder
+# Spider-Arachnid: A plug-in for the Video Disk Recorder
#
-# Copyright (C) 2005-2007, Thomas Günther <tom@toms-cafe.de>
+# Copyright (C) 2005-2008, Thomas Günther <tom@toms-cafe.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -17,7 +17,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
-# $Id: Makefile 96 2007-09-23 13:18:41Z tom $
+# $Id: Makefile 127 2008-03-28 22:22:16Z tom $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -88,11 +88,11 @@ I18Npo = $(notdir $(wildcard $(PODIR)/*.po))
I18Npot = $(PODIR)/$(PLUGIN).pot
$(I18Npot): $(SRCS)
- xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP \
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP \
--msgid-bugs-address='<tom@toms-cafe.de>' -o $@ $^
%.po: $(I18Npot)
- msgmerge -U --no-wrap -F --backup=none -q $@ $<
+ msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
@touch $@
$(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.po