aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-27 19:27:44 -0700
committerMark Otto <[email protected]>2013-06-27 19:27:44 -0700
commit51093fde18354d1fdea0d44fd1ab58f191b2b33b (patch)
treecb02b82c6c3007209cdecc867bb888580de79a04
parent2af67238a4ce5e85e1ba9c83d3af3b0c13f811cd (diff)
downloadbootstrap-51093fde18354d1fdea0d44fd1ab58f191b2b33b.tar.xz
bootstrap-51093fde18354d1fdea0d44fd1ab58f191b2b33b.zip
fix makefile
-rw-r--r--Makefile14
1 files changed, 1 insertions, 13 deletions
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..."
@@ -89,17 +88,6 @@ bootstrap/css/*.css: less/*.less
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