Эх сурвалжийг харах

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

Enrico Berti 8 жил өмнө
parent
commit
720b043
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
 ###################################