X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Makefile.am;h=c517d9c5321e037ae4736c4ed3233591bee4269f;hp=69f0c7756ac39809576a7abebc72ffca1b292d6a;hb=afbe9cb01976b8e246ceebe299566700f3c55b0c;hpb=ce21a1444df4cce5308ac69deaae903b82994e36 diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 69f0c77..c517d9c --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib main data po tools +SUBDIRS = include lib main data po tools installdir = $(pkglibdir)/python @@ -7,9 +7,12 @@ install_PYTHON = \ keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py \ e2reactor.py -LANGS := ar ca cs da de el en es fi fr fy hr hu is it lt lv nl no pl pt ru sv sk sl sr tr uk +LANGS := $(shell cat $(srcdir)/po/LINGUAS) install-exec-hook: - for lang in ${LANGS}; do \ - python $(srcdir)/tools/genmetaindex.py $$lang $(DESTDIR)$(pkgdatadir)/meta/enigma2/plugin_*.xml > $(DESTDIR)$(pkgdatadir)/meta/enigma2/index_$$lang.xml; \ - done; + for lang in $(LANGS); do \ + $(PYTHON) $(srcdir)/tools/genmetaindex.py $$lang $(DESTDIR)$(datadir)/meta/plugin_*.xml > $(DESTDIR)$(datadir)/meta/index-enigma2_$$lang.xml; \ + done + +uninstall-hook: + $(RM) $(DESTDIR)$(datadir)/meta/index-enigma2_*.xml