try to disable the git wrapper for local generation
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
9e6bf0256f
commit
a4b81f511a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue