summaryrefslogtreecommitdiff
path: root/swatchmaker
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-12-31 07:57:30 -0800
committerThomas Park <thomas@thomaspark.me>2012-12-31 07:57:30 -0800
commitdd06cdf0bd11b6c90d5a18520b9053f3922af91f (patch)
tree8878587e62c1418a5536f172a49e2ceeb6f4edfe /swatchmaker
parentd04666ac37ffbba3b186cf66997c0618d8a5e97f (diff)
parent157b63f6ff6b5460c981bd3e511b07038ac58102 (diff)
Merge pull request #59 from romanalexander/gh-pages
Updated broken link in Makefile
Diffstat (limited to 'swatchmaker')
-rwxr-xr-xswatchmaker/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/swatchmaker/Makefile b/swatchmaker/Makefile
index f4ff1332..d3f1f918 100755
--- a/swatchmaker/Makefile
+++ b/swatchmaker/Makefile
@@ -21,7 +21,7 @@ default:
-test -f swatch/variables.less && rm swatch/variables.less
-test -f swatch/bootswatch.less && rm swatch/bootswatch.less
curl --location -o swatch/variables.less https://raw.github.com/twitter/bootstrap/master/less/variables.less
- curl --location -o swatch/bootswatch.less https://raw.github.com/thomaspark/bootswatch/master/swatchmaker/swatch/bootswatch.less
+ curl --location -o swatch/bootswatch.less https://raw.github.com/thomaspark/bootswatch/gh-pages/swatchmaker/swatch/bootswatch.less
make bootswatch
.PHONY: bootswatch bootstrap default