remove FritzCall (moved to enigma2-plugins CVS some time ago)
[enigma2.git] / Makefile.am
1 SUBDIRS = lib main data po tools
2
3 installdir = $(pkglibdir)/python
4
5 install_PYTHON = \
6         Navigation.py NavigationInstance.py RecordTimer.py SleepTimer.py ServiceReference.py \
7         keyids.py keymapparser.py mytest.py skin.py timer.py tools.py GlobalActions.py \
8         e2reactor.py
9
10 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
11
12 install-exec-hook:
13         for lang in ${LANGS}; do \
14                 python $(srcdir)/tools/genmetaindex.py $$lang $(DESTDIR)$(pkgdatadir)/meta/enigma2/plugin_*.xml > $(DESTDIR)$(pkgdatadir)/meta/enigma2/index_$$lang.xml; \
15                 done;