summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChunEon Park <chuneon.park@samsung.com>2012-06-01 19:24:52 +0900
committerChunEon Park <chuneon.park@samsung.com>2012-06-01 19:24:52 +0900
commit2188a4294c0d8dc340a0afe9250c9ee9122480c7 (patch)
treefe75b6e97ef7525ad83fc18d69bcf4aeb9099b3c /Makefile
parent3be25a1bb3faef4e632ecd456f74c656e34eee19 (diff)
downloadefl-theme-tizen-2188a4294c0d8dc340a0afe9250c9ee9122480c7.tar.gz
efl-theme-tizen-2188a4294c0d8dc340a0afe9250c9ee9122480c7.tar.bz2
efl-theme-tizen-2188a4294c0d8dc340a0afe9250c9ee9122480c7.zip
removed tizen-black-theme*, tizen-theme
and copy the grey-hd to tizen-hd need to change tizen-hd to grey-hd later.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index fdb555f6..654baca4 100644
--- a/Makefile
+++ b/Makefile
@@ -23,18 +23,12 @@ install: install_themes install_edc
copy_edc:
cp themes/tizen.edc themes/tizen-hd.edc
- cp themes/tizen.edc themes/tizen-black-hd.edc
tizen-hd:
cp themes/tizen.edc themes/$@.edc
cd themes && make $@
rm themes/tizen-*.edc
-tizen-black-hd:
- cp themes/tizen.edc themes/$@.edc
- cd themes && make $@
- rm themes/tizen-*.edc
-
clean:
rm -rf themes/*.edj
rm -rf themes/tizen-*.edc