From 341c03af44ebfc88f37be7bbc02d900030a021ba Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 21 Aug 2007 21:12:27 +0000 Subject: - Removed the need for build of CVS sources to require Locale::PO. It is now only required, when changeing translations and using VDR < 1.5.7 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f2ccee6..977532f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.45 2007/08/19 22:25:44 tadi Exp $ +# $Id: Makefile,v 1.46 2007/08/21 21:12:27 tadi Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -118,8 +118,8 @@ i18n: $(I18Nmo) cp $(PODIR)/$$i.mo $(LOCALEDIR)/$$i/LC_MESSAGES/$(I18Nvdrmo);\ done -i18n-generated.h: i18n-template.h $(I18Npot) $(I18Npo) buildutil/pot2i18n.pl - buildutil/pot2i18n.pl $(I18Npot) i18n-template.h > $@ +generate-i18n: i18n-template.h $(I18Npot) $(I18Npo) buildutil/pot2i18n.pl + buildutil/pot2i18n.pl $(I18Npot) i18n-template.h > i18n-generated.h ### Targets: -- cgit v1.2.3