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