]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix makefile
authorMark Otto <otto@github.com>
Fri, 28 Jun 2013 02:27:44 +0000 (19:27 -0700)
committerMark Otto <otto@github.com>
Fri, 28 Jun 2013 02:27:44 +0000 (19:27 -0700)
Makefile

index 40f5a44f06d4d9eb1ba1e607611b7c4eda890638..b54f149ab21b7f01089c2e1ca42e670beeda287d 100644 (file)
--- 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