From 5f11ebeba55a13ae9d9b06ccc4ec46dc83f1b158 Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Wed, 23 Jan 2013 10:53:20 +0900 Subject: [PATCH] build: fix Makefile for tizen-white theme remove unused less file. fix comments. Change-Id: Ic0bcc611127f7352e7e8a3f7c71bfe32a2b7ef16 --- src/themes/tizen/tizen-white/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/themes/tizen/tizen-white/Makefile b/src/themes/tizen/tizen-white/Makefile index 63ff30b..af327d1 100755 --- a/src/themes/tizen/tizen-white/Makefile +++ b/src/themes/tizen/tizen-white/Makefile @@ -32,9 +32,7 @@ CSS_SRCS= ../common/jquery.mobile.theme.less.css \ ../common/jquery.mobile.tizen.slider.less.css \ ../common/jquery.mobile.tizen.gallery.less.css \ ../common/jquery.mobile.tizen.notification.less.css \ - ../common/jquery.mobile.tizen.pagecontrol.less.css \ ../common/jquery.mobile.tizen.swipe.less.css \ - ../common/jquery.mobile.tizen.nocontents.less.css \ ../common/jquery.mobile.tizen.fastscroll.less.css \ ../common/jquery.mobile.tizen.dayselector.less.css \ ../common/jquery.mobile.tizen.toggleswitch.less.css \ @@ -63,21 +61,21 @@ less: prepare done; css: prepare less - # Creating tizen-gray theme... + # Creating tizen-white theme... @rm -f $(CSS_OUTPUT) @for src in $(CSS_SRCS); do \ cat $$src >> $(CSS_OUTPUT) ; \ done images: prepare - # Copying tizen-gray theme images... + # Copying tizen-white theme images... @cp -a images/ ${OUTPUT_DIR}/ js: prepare @cp -a theme.js ${OUTPUT_DIR} clean: - # Cleaning tizen-gray theme... + # Cleaning tizen-white theme... -rm -rf $(OUTPUT_DIR) -rm -f *.less.css -- 2.7.4