From a6aec4582b0f0054cda07fba9ffdbdb300e1b636 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 8 Apr 2010 22:39:19 +0200 Subject: [PATCH] also local unfresh Signed-off-by: Nico Schottelius --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 859edc4e..2e5c4324 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ lall: all-unfresh: $(IKIWIKI) --setup ikiwiki.setup +lall-unfresh: + $(IKIWIKI) --setup ikiwiki.setup --set destdir=../dst --set srcdir=. --set git_wrapper= --set git_wrappermode= --set gitorigin_branch= --set gitmaster_branch= + view: $(BROWSER) ${DESTDIR}/index.html