From 1e69c4a578aad29cf0f1ab76907e0f8f3e68bc17 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 13 Jan 2008 11:49:55 +0100 Subject: [PATCH] Fixed the "i18n:" target in the "newplugin" script, so that it can create the initial *.pot file --- HISTORY | 2 ++ newplugin | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 13ee47ea..f457a25d 100644 --- a/HISTORY +++ b/HISTORY @@ -5541,3 +5541,5 @@ Video Disk Recorder Revision History - cTimeMs now uses the monotonic clock, if available (thanks to Petri Hintukainen). - Fixed cVector::Clear() and cStringList::Clear(). - Added cString::Truncate(). +- Fixed the "i18n:" target in the "newplugin" script, so that it can create the + initial *.pot file. diff --git a/newplugin b/newplugin index e025f74f..452f4b12 100755 --- a/newplugin +++ b/newplugin @@ -12,7 +12,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: newplugin 1.39 2007/11/04 10:42:52 kls Exp $ +# $Id: newplugin 1.40 2008/01/13 11:49:08 kls Exp $ $PLUGIN_NAME = $ARGV[0] || die "Usage: newplugin \n"; @@ -149,7 +149,7 @@ I18Npot = \$(PODIR)/\$(PLUGIN).pot cp \$< \$\@ .PHONY: i18n -i18n: \$(I18Nmsgs) +i18n: \$(I18Nmsgs) \$(I18Npot) ### Targets: