diff options
| author | Felix Domke <felix.domke@multimedia-labs.de> | 2009-08-17 02:37:13 +0200 |
|---|---|---|
| committer | Felix Domke <felix.domke@multimedia-labs.de> | 2009-08-17 02:37:13 +0200 |
| commit | ce21a1444df4cce5308ac69deaae903b82994e36 (patch) | |
| tree | 7318b104b9edf1d942ef2df7f2289ff5ba68802b | |
| parent | f918deab76b3ebd790b64a5694805ecbf944ca66 (diff) | |
| download | enigma2-ce21a1444df4cce5308ac69deaae903b82994e36.tar.gz enigma2-ce21a1444df4cce5308ac69deaae903b82994e36.zip | |
create index files for plugin metadata
| -rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 813e4f7d..69f0c775 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,3 +6,10 @@ 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 + +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; |
