From a85c11eb455eab5e57b66a5e8266f3e4ec772567 Mon Sep 17 00:00:00 2001
From: Pierre Guilbert <pierre@1000mercis.com>
Date: Fri, 28 Jun 2013 14:09:46 +0200
Subject: [PATCH] removing bootstrap-fonts rule in Makefile for bootstrap rule

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index b54f149ab2..e0846c74ec 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
 
 
 #
-- 
GitLab