From: Silvio Rhatto Date: Sat, 20 Jun 2015 14:49:24 +0000 (-0300) Subject: Sandbox: ikiwiki: add setup file X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e2d7903934afef0106b8af1268b988ff38ba795c;p=scripts.git Sandbox: ikiwiki: add setup file --- diff --git a/sandbox b/sandbox index bfb0050..0644496 100755 --- a/sandbox +++ b/sandbox @@ -109,6 +109,10 @@ function sandbox_ikiwiki { cp $HOME/file/templates/ikiwiki/index.mdwn . fi + if [ ! -e "ikiwiki.setup" ]; then + cp $HOME/file/templates/ikiwiki/ikiwiki.setup . + fi + if [ ! -e "Makefile" ]; then cp $HOME/file/templates/ikiwiki/Makefile . elif ! grep -q ^wiki: Makefile; then