From 954106887a9b77a26753c5613ff368ce4c997044 Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Mon, 17 Jul 2006 13:56:37 +0000 Subject: move xml files into web/, support hierarchy --- lib/python/Plugins/Extensions/WebInterface/web/Makefile.am | 4 ++++ lib/python/Plugins/Extensions/WebInterface/web/index.xml | 0 2 files changed, 4 insertions(+) create mode 100644 lib/python/Plugins/Extensions/WebInterface/web/Makefile.am create mode 100644 lib/python/Plugins/Extensions/WebInterface/web/index.xml (limited to 'lib/python/Plugins/Extensions/WebInterface/web') diff --git a/lib/python/Plugins/Extensions/WebInterface/web/Makefile.am b/lib/python/Plugins/Extensions/WebInterface/web/Makefile.am new file mode 100644 index 00000000..2dd9b809 --- /dev/null +++ b/lib/python/Plugins/Extensions/WebInterface/web/Makefile.am @@ -0,0 +1,4 @@ +installdir = $(LIBDIR)/enigma2/python/Plugins/Extensions/WebInterface/web/ + +install_PYTHON = *.xml + diff --git a/lib/python/Plugins/Extensions/WebInterface/web/index.xml b/lib/python/Plugins/Extensions/WebInterface/web/index.xml new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3