浏览代码

HUE-6077 [frontend] Removed 'theme' from makefile

Enrico Berti 8 年之前
父节点
当前提交
720b043c36
共有 1 个文件被更改,包括 0 次插入12 次删除
  1. 0 12
      Makefile

+ 0 - 12
Makefile

@@ -98,7 +98,6 @@ default:
 	@echo '  docs        : Build documentation'
 	@echo '  prod        : Generate a tar file for production distribution'
 	@echo '  locales     : Extract strings and update dictionary of each locale'
-	@echo '  theme       : Builds the Hue Bootstrap Theme'
 	@echo '  ace         : Builds the Ace Editor tool'
 # END DEV ONLY >>>>
 
@@ -221,17 +220,6 @@ locales:
 # END DEV ONLY >>>>
 
 
-###################################
-# Hue Bootstrap Theme
-###################################
-
-# <<<< DEV ONLY
-.PHONY: theme
-theme:
-	@cd tools/bootplus && make
-# END DEV ONLY >>>>
-
-
 ###################################
 # Ace Editor
 ###################################