summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-04-20 19:04:25 +0200
committerJonas Smedegaard <dr@jones.dk>2011-04-20 19:04:25 +0200
commit4ca62f15f504057f492ffcfed6a98c41a451c151 (patch)
treef90f55e27791198c303fb6ff468541a5da7d96bd /Makefile
parentff24c326fed9d867f8c9026f88121d8dd7af73cf (diff)
Make commandline of ikiwiki execution visible.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87d5874..064425a 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,6 @@ content: submodules
[ -e '$@/index.mdwn' ] || printf '# Hello world!\n\nHello world!\n' > '$@/index.mdwn'
build: $(cssprojects)
- find config -name *.setup -exec ikiwiki --setup '{}'$(avoid-broken-git)$(if $(always-make), --rebuild) ';'
+ $(foreach config,$(shell find config -name '*.setup'),ikiwiki --setup $(config)$(avoid-broken-git)$(if $(always-make), --rebuild);)
.PHONY: all build submodules content