Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-04-15 11:19:25 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-04-15 11:19:25 +0400
commite985681758c3fef534f5bbe86c12b884a8333cbe (patch)
treeeefd7a657adfb351831cd9578e42bf9b55d2478a /Makefile
parent2a6894d834c0866e2bbd3d7aa7d824b4355e61f7 (diff)
add zip to git ignore, and fix gh-pages make
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 038629468d..78d1a84079 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ bootstrap:
#
gh-pages: bootstrap docs
- rm docs/assets/bootstrap.zip
+ rm -f docs/assets/bootstrap.zip
zip -r docs/assets/bootstrap.zip bootstrap
rm -r bootstrap
rm -f ../bootstrap-gh-pages/assets/bootstrap.zip