Merge "[*][popup] textblock needs some seconds"
[framework/uifw/efl-theme-tizen.git] / Makefile
index 8a23423..9fca8bb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,8 @@ install: install_themes
 
 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 $@
@@ -27,6 +29,16 @@ nbeat-black:
        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:
        rm -rf themes/*.edj
        rm -rf themes/nbeat-*.edc