From 51093fde18354d1fdea0d44fd1ab58f191b2b33b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 27 Jun 2013 19:27:44 -0700 Subject: fix makefile --- Makefile | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 40f5a44f0..b54f149ab 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,6 @@ build: @recess --compile ${BOOTSTRAP_LESS} > ${BOOTSTRAP} @echo " ${CHECK}" @printf "Prepping documentation assets..." - @cp fonts/* docs/assets/fonts/ @cp js/tests/vendor/jquery.js docs/assets/js/ @echo " ${CHECK}" @printf "Compiling and minifying JavaScript..." @@ -88,17 +87,6 @@ bootstrap/css/*.css: less/*.less recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css -# -# FONTS -# - -bootstrap-fonts: bootstrap/fonts/* - -bootstrap/fonts/*: fonts/* - mkdir -p bootstrap/fonts - cp fonts/* bootstrap/fonts/ - - # # WATCH LESS FILES # @@ -114,4 +102,4 @@ watch: run: build jekyll build && jekyll server -.PHONY: docs watch gh-pages bootstrap-img bootstrap-css bootstrap-js +.PHONY: docs watch gh-pages bootstrap-css bootstrap-js -- cgit v1.2.3 From a85c11eb455eab5e57b66a5e8266f3e4ec772567 Mon Sep 17 00:00:00 2001 From: Pierre Guilbert Date: Fri, 28 Jun 2013 14:09:46 +0200 Subject: removing bootstrap-fonts rule in Makefile for bootstrap rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b54f149ab..e0846c74e 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ clean: # recess & uglifyjs are required # -bootstrap: bootstrap-fonts bootstrap-css bootstrap-js +bootstrap: bootstrap-css bootstrap-js # -- cgit v1.2.3 From 37e4fbf9cabc1aa064b8c04ca6f291fa13ad3160 Mon Sep 17 00:00:00 2001 From: Pierre Guilbert Date: Fri, 28 Jun 2013 14:19:46 +0200 Subject: removing useless space --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e0846c74e..257754b50 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ clean: # recess & uglifyjs are required # -bootstrap: bootstrap-css bootstrap-js +bootstrap: bootstrap-css bootstrap-js # -- cgit v1.2.3