Browse Source

[core] Added 'make theme' target to the Makefile

Enrico Berti 10 years ago
parent
commit
c15bb9314b
2 changed files with 15 additions and 2 deletions
  1. 13 0
      Makefile
  2. 2 2
      tools/bootplus/Makefile

+ 13 - 0
Makefile

@@ -98,6 +98,7 @@ 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 >>>>
 
@@ -219,6 +220,18 @@ locales:
 	@$(MAKE) -C apps compile-locales
 # END DEV ONLY >>>>
 
+
+###################################
+# Hue Bootstrap Theme
+###################################
+
+# <<<< DEV ONLY
+.PHONY: theme
+theme:
+	@cd tools/bootplus && make
+# END DEV ONLY >>>>
+
+
 ###################################
 # Ace Editor
 ###################################

+ 2 - 2
tools/bootplus/Makefile

@@ -1,6 +1,6 @@
-BOOTPLUS = ../../desktop/core/static/ext/css/bootplus.css
+BOOTPLUS = ../../desktop/core/src/desktop/static/desktop/ext/css/bootplus.css
 BOOTPLUS_LESS = ./less/bootplus/bootplus.less
-BOOTPLUS_RESPONSIVE = ../../desktop/core/static/ext/css/bootplus-responsive.css
+BOOTPLUS_RESPONSIVE = ../../desktop/core/src/desktop/static/desktop/ext/css/bootplus-responsive.css
 BOOTPLUS_RESPONSIVE_LESS = ./less/bootplus/responsive.less
 DATE=$(shell date +%I:%M%p)
 CHECK=\033[32m✔ Done\033[39m