From a4b81f511a9202301955732922a8b3c9b0f2cb61 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 8 Apr 2010 22:08:24 +0200 Subject: [PATCH] try to disable the git wrapper for local generation Signed-off-by: Nico Schottelius --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49b4422e..859edc4e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ all: $(IKIWIKI) --refresh --setup ikiwiki.setup lall: - $(IKIWIKI) --refresh --setup ikiwiki.setup --set destdir=../dst --set srcdir=. + $(IKIWIKI) --refresh --setup ikiwiki.setup --set destdir=../dst --set srcdir=. --set git_wrapper= --set git_wrappermode= --set gitorigin_branch= --set gitmaster_branch= all-unfresh: $(IKIWIKI) --setup ikiwiki.setup