diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-08-21 21:12:27 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-08-21 21:12:27 +0000 |
commit | 341c03af44ebfc88f37be7bbc02d900030a021ba (patch) | |
tree | cee817ae00bea5a81f60053720e3f7e557baf8c3 /Makefile | |
parent | 9fbd094f87bd05d73292999715b19ff3449e724c (diff) | |
download | vdr-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-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |