]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Allows the user to set different source and destination in Makefile.
authorNicolas Dudebout <nicolas.dudebout@gatech.edu>
Wed, 2 Jan 2013 11:13:46 +0000 (06:13 -0500)
committerNicolas Dudebout <nicolas.dudebout@gatech.edu>
Mon, 14 Jan 2013 14:01:19 +0000 (09:01 -0500)
A user can use the following command to determine where to copy the resulting css file:

    $ BOOTSTRAP=<my-path> make

Makefile

index 743e0d7f517e9718c21be979c5587a455e5b7cf9..f13150b037aadc6cbb36ef220db9e641105a8c29 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-BOOTSTRAP = ./docs/assets/css/bootstrap.css
-BOOTSTRAP_LESS = ./less/bootstrap.less
+BOOTSTRAP ?= ./docs/assets/css/bootstrap.css
+BOOTSTRAP_LESS ?= ./less/bootstrap.less
 DATE=$(shell date +%I:%M%p)
 CHECK=\033[32m✔\033[39m
 HR=\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#\#