X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=Makefile.am;h=bc1770b734cfbfea494396ae30e4d27e5bd4099c;hp=157daf0393a6df30c289c8754eb220f2c3f838d4;hb=e88b76f7f7e0a111a2bba1573e23378a3eb88917;hpb=d63d2c3c6cbbd574dda4f8b00ebe6c661735edd5 diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index 157daf0..bc1770b --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,14 @@ -AUTOMAKE_OPTIONS = gnu +SUBDIRS = include lib main data po tools -SUBDIRS = lib main +installdir = $(pkglibdir)/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-exec-hook: + $(PYTHON) $(srcdir)/tools/genmetaindex.py $(DESTDIR)$(datadir)/meta/plugin_*.xml > $(DESTDIR)$(datadir)/meta/index-enigma2.xml + +uninstall-hook: + $(RM) $(DESTDIR)$(datadir)/meta/index-enigma2.xml