summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-08-21 21:12:27 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-08-21 21:12:27 +0000
commit341c03af44ebfc88f37be7bbc02d900030a021ba (patch)
treecee817ae00bea5a81f60053720e3f7e557baf8c3 /Makefile
parent9fbd094f87bd05d73292999715b19ff3449e724c (diff)
downloadvdr-plugin-live-341c03af44ebfc88f37be7bbc02d900030a021ba.tar.gz
vdr-plugin-live-341c03af44ebfc88f37be7bbc02d900030a021ba.tar.bz2
- 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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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: