X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b001c3168f53cb99a5faeb9adc8b0af75013bb4d..1c8a3aefeb8063526084bc7a24913d2c1f17d1e6:/Makefile.am diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index d87e63f3..c517d9c5 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,18 @@ -AUTOMAKE_OPTIONS = gnu +SUBDIRS = include lib main data po tools -SUBDIRS = lib main data po tools - -installdir = $(LIBDIR)/enigma2/python +installdir = $(pkglibdir)/python install_PYTHON = \ - Navigation.py NavigationInstance.py RecordTimer.py ServiceReference.py \ + 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 + +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