diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2006-07-17 13:56:37 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2006-07-17 13:56:37 +0000 |
| commit | 954106887a9b77a26753c5613ff368ce4c997044 (patch) | |
| tree | d1a1a1967d7a77a2e3d6cf871dc74911b180dd69 /lib/python/Plugins/Extensions/WebInterface/web | |
| parent | 982001658e3e55d320d747717fcf8e56c2cec1b6 (diff) | |
| download | enigma2-954106887a9b77a26753c5613ff368ce4c997044.tar.gz enigma2-954106887a9b77a26753c5613ff368ce4c997044.zip | |
move xml files into web/, support hierarchy
Diffstat (limited to 'lib/python/Plugins/Extensions/WebInterface/web')
| -rw-r--r-- | lib/python/Plugins/Extensions/WebInterface/web/Makefile.am | 4 | ||||
| -rw-r--r-- | lib/python/Plugins/Extensions/WebInterface/web/index.xml | 0 |
2 files changed, 4 insertions, 0 deletions
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 --- /dev/null +++ b/lib/python/Plugins/Extensions/WebInterface/web/index.xml |
