X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f51c8ddf3d774e5dbfc04ab546aa2ea6c7225172..7f65493b92e7e5a10c49cb4de595f6449382ffc8:/Makefile.am diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 8890afe3..c517d9c5 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,18 @@ -AUTOMAKE_OPTIONS = gnu +SUBDIRS = include lib main data po tools -SUBDIRS = lib main +installdir = $(pkglibdir)/python -installdir = $(LIBDIR)/enigma2/python +install_PYTHON = \ + Navigation.py NavigationInstance.py RecordTimer.py SleepTimer.py ServiceReference.py \ + keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py \ + e2reactor.py -install_DATA = \ - Navigation.py NavigationInstance.py RecordTimer.py ServiceReference.py \ - keyids.py keymapparser.py mytest.py skin.py timer.py tools.py +LANGS := $(shell cat $(srcdir)/po/LINGUAS) + +install-exec-hook: + 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