]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixed typo in Makefile 1140/head
authorMarc Chung <mchung@gmail.com>
Tue, 24 Jan 2012 19:37:57 +0000 (12:37 -0700)
committerMarc Chung <mchung@gmail.com>
Tue, 24 Jan 2012 19:37:57 +0000 (12:37 -0700)
Makefile

index 05ac4916849c9bd9b8d8b7e43897a2ce23caaf40..f4324e566501992d0d06e923722fed38750650e9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION=2.0.0
 BOOTSTRAP = ./bootstrap.css
 BOOTSTRAP_MIN = ./bootstrap.min.css
 BOOTSTRAP_LESS = ./lib/bootstrap.less
-LESS_COMPESSOR ?= `which lessc`
+LESS_COMPRESSOR ?= `which lessc`
 UGLIFY_JS ?= `which uglifyjs`
 WATCHR ?= `which watchr`
 
@@ -11,7 +11,7 @@ WATCHR ?= `which watchr`
 #
 
 build:
-       @@if test ! -z ${LESS_COMPESSOR}; then \
+       @@if test ! -z ${LESS_COMPRESSOR}; then \
                sed -e 's/@VERSION/'"v${VERSION}"'/' -e 's/@DATE/'"`date`"'/' <${BOOTSTRAP_LESS} >${BOOTSTRAP_LESS}.tmp; \
                lessc ${BOOTSTRAP_LESS}.tmp > ${BOOTSTRAP}; \
                lessc ${BOOTSTRAP_LESS}.tmp > ${BOOTSTRAP_MIN} --compress; \