[Genlist] Reset "base" part when item cache is popped.
[platform/core/uifw/efl-theme-tizen.git] / Makefile
index 943d5b4..fc206dc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,13 @@
 PREFIX ?= /usr
 
 all:
+       cp themes/tizen.edc themes/light.edc
+       cp themes/tizen.edc themes/dark.edc
        cd themes && make
 
 install: 
        cd themes && make $@
+       rm -rf themes/light.edc themes/dark.edc
 
 uninstall:
        cd themes && make $@