Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
63ce54c8
Commit
63ce54c8
authored
Feb 09, 2013
by
Thomas Park
Browse files
swatchmaker: use output path variable for make default
parent
726cd35b
Changes
1
Hide whitespace changes
Inline
Side-by-side
swatchmaker/Makefile
View file @
63ce54c8
...
@@ -18,10 +18,10 @@ bootstrap:
...
@@ -18,10 +18,10 @@ bootstrap:
rm
latest_bootstrap.tar.gz
rm
latest_bootstrap.tar.gz
default
:
default
:
-
test
-f
swatch
/variables.less
&&
rm
swatch
/variables.less
-
test
-f
${OUTPUT_PATH}
/variables.less
&&
rm
${OUTPUT_PATH}
/variables.less
-
test
-f
swatch
/bootswatch.less
&&
rm
swatch
/bootswatch.less
-
test
-f
${OUTPUT_PATH}
/bootswatch.less
&&
rm
${OUTPUT_PATH}
/bootswatch.less
curl
--location
-o
swatch
/variables.less https://raw.github.com/twitter/bootstrap/master/less/variables.less
curl
--location
-o
${OUTPUT_PATH}
/variables.less https://raw.github.com/twitter/bootstrap/master/less/variables.less
curl
--location
-o
swatch
/bootswatch.less https://raw.github.com/thomaspark/bootswatch/gh-pages/swatchmaker/swatch/bootswatch.less
curl
--location
-o
${OUTPUT_PATH}
/bootswatch.less https://raw.github.com/thomaspark/bootswatch/gh-pages/swatchmaker/swatch/bootswatch.less
make bootswatch
make bootswatch
.PHONY
:
bootswatch bootstrap default
.PHONY
:
bootswatch bootstrap default
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment