Merge "[*][popup] textblock needs some seconds"
[framework/uifw/efl-theme-tizen.git] / Makefile
index 7f422ae..9fca8bb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ 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 $@
@@ -33,6 +34,11 @@ nbeat-hd:
        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