From 2b08a86da3ab59f9fbdc0009fa724b07d58d1150 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Wed, 4 Mar 2015 11:37:11 +0100 Subject: [PATCH] Fix bootstrap making --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6e35dbd..ef8ee0d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ js/jquery.min.js: $(BOOTSTRAPNEEDED): wget https://github.com/twbs/bootstrap/releases/download/v$(BOOTSTRAPVER)/$(BOOTSTRAPNAME).zip -O $(BOOTSTRAPNAME).zip - unzip $(BOOTSTRAPNAME).zip $(addprefix $(BOOTSTRAPNAME),$(BOOTSTRAPNEEDED)) + unzip $(BOOTSTRAPNAME).zip $(addprefix $(BOOTSTRAPNAME)/,$(BOOTSTRAPNEEDED)) cp -rf $(BOOTSTRAPNAME)/* . rm -rf $(BOOTSTRAPNAME)* @@ -36,6 +36,6 @@ fonts/robotaur.ttf: unzip robotaur robotaur.ttf -d fonts rm -rf robotaur.zip -clean: bootstrapClean +clean: cd img; make clean rm -rf $(REDIRS) $(BOOTSTRAPNEEDED) $(addprefix fonts/,$(FONTS)) js/jquery.min.js -- libgit2 0.21.2