fixes bug #288
[enigma2.git] / Makefile.am
old mode 100644 (file)
new mode 100755 (executable)
index 69f0c77..c517d9c
@@ -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