X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/b001c3168f53cb99a5faeb9adc8b0af75013bb4d..a93c66310e4f2ee1ca0811b0aed1b71227fb0b12:/Makefile.am diff --git a/Makefile.am b/Makefile.am index d87e63f3..69f0c775 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,15 @@ -AUTOMAKE_OPTIONS = gnu - 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 := 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 + +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;