diff --git a/config/Makefile.am b/config/Makefile.am index f5c793b68..340809bdd 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,5 +1,5 @@ MAINTAINERCLEANFILES = Makefile.in -SUBDIRS = default standard illume +SUBDIRS = default standard mobile EET_EET = @eet_eet@ diff --git a/config/illume/Makefile.am b/config/mobile/Makefile.am similarity index 87% rename from config/illume/Makefile.am rename to config/mobile/Makefile.am index 69011dff0..080624155 100644 --- a/config/illume/Makefile.am +++ b/config/mobile/Makefile.am @@ -14,7 +14,7 @@ EXTRA_DIST = \ module.illume2.src \ module.conf.src -filesdir = $(datadir)/enlightenment/data/config/illume +filesdir = $(datadir)/enlightenment/data/config/mobile files_DATA = \ profile.desktop \ icon.png \ @@ -31,7 +31,7 @@ SUFFIXES = .cfg .src.cfg: $(EET_EET) -e \ - $(top_builddir)/config/illume/$@ config \ + $(top_builddir)/config/mobile/$@ config \ $< 1 clean-local: diff --git a/config/illume/e.src b/config/mobile/e.src similarity index 100% rename from config/illume/e.src rename to config/mobile/e.src diff --git a/config/illume/icon.png b/config/mobile/icon.png similarity index 100% rename from config/illume/icon.png rename to config/mobile/icon.png diff --git a/config/illume/module.battery.src b/config/mobile/module.battery.src similarity index 100% rename from config/illume/module.battery.src rename to config/mobile/module.battery.src diff --git a/config/illume/module.conf.src b/config/mobile/module.conf.src similarity index 100% rename from config/illume/module.conf.src rename to config/mobile/module.conf.src diff --git a/config/illume/module.illume-home.src b/config/mobile/module.illume-home.src similarity index 100% rename from config/illume/module.illume-home.src rename to config/mobile/module.illume-home.src diff --git a/config/illume/module.illume-indicator.src b/config/mobile/module.illume-indicator.src similarity index 100% rename from config/illume/module.illume-indicator.src rename to config/mobile/module.illume-indicator.src diff --git a/config/illume/module.illume-keyboard.src b/config/mobile/module.illume-keyboard.src similarity index 100% rename from config/illume/module.illume-keyboard.src rename to config/mobile/module.illume-keyboard.src diff --git a/config/illume/module.illume-softkey.src b/config/mobile/module.illume-softkey.src similarity index 100% rename from config/illume/module.illume-softkey.src rename to config/mobile/module.illume-softkey.src diff --git a/config/illume/module.illume2.src b/config/mobile/module.illume2.src similarity index 100% rename from config/illume/module.illume2.src rename to config/mobile/module.illume2.src diff --git a/config/illume/profile.desktop b/config/mobile/profile.desktop similarity index 97% rename from config/illume/profile.desktop rename to config/mobile/profile.desktop index 841fba742..2f4ce94cd 100644 --- a/config/illume/profile.desktop +++ b/config/mobile/profile.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Type=Link -Name=Touchscreen +Name=Mobile Name[fr]=Écran tactile Name[pt]=Ecrã táctil Name[ko]=터치스크린 diff --git a/configure.ac b/configure.ac index d2c4267fe..9d4fa7e52 100644 --- a/configure.ac +++ b/configure.ac @@ -1063,7 +1063,7 @@ doc/e.dox config/Makefile config/default/Makefile config/standard/Makefile -config/illume/Makefile +config/mobile/Makefile $po_makefile_in ])