From e985681758c3fef534f5bbe86c12b884a8333cbe Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sun, 15 Apr 2012 00:19:25 -0700 Subject: add zip to git ignore, and fix gh-pages make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3