[editfield] fix a bug about text moving when focused->unfocused
[profile/ivi/efl-theme-tizen.git] / Makefile
index e2c5adf..9fca8bb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,18 +16,27 @@ install_themes:
        
 install: install_themes
 
-copy_edc: 
-       cp themes/nbeat.edc themes/nbeat-blue.edc
-       cp themes/nbeat.edc themes/nbeat-purple.edc
-       cp themes/nbeat.edc themes/nbeat-green.edc
+copy_edc:
        cp themes/nbeat.edc themes/nbeat-black.edc
+       cp themes/nbeat.edc themes/nbeat-hd.edc
+       cp themes/nbeat.edc themes/nbeat-black-hd.edc
 
 nbeat:
-       cd themes && make $@ 
+       cd themes && make $@
 
-nbeat-blue nbeat-purple nbeat-green nbeat-black: 
+nbeat-black:
        cp themes/nbeat.edc themes/$@.edc
-       cd themes && make $@ 
+       cd themes && make $@
+       rm themes/nbeat-*.edc
+
+nbeat-hd:
+       cp themes/nbeat.edc themes/$@.edc
+       cd themes && make $@
+       rm themes/nbeat-*.edc
+
+nbeat-black-hd:
+       cp themes/nbeat.edc themes/$@.edc
+       cd themes && make $@
        rm themes/nbeat-*.edc
 
 clean: