summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-01-30 16:32:34 +0100
committerJonas Smedegaard <dr@jones.dk>2011-01-30 16:32:34 +0100
commit31a750f1c62eb9c052c10d4b1da05f1c9e605da6 (patch)
treecc2cee5613f8809d6ab394fbd72642eaab8ca37e /Makefile
parent2a83daa83db01185a9a3097fc8966cef6fc3349a (diff)
Fix avoid init (create config) in default targets).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 43db4bf..0e49e4e 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ content:
mkdir -p "$@"
[ -e "$@/index.mdwn" ] || printf "# Hello world!\n\nHello world!\n" > "$@/index.mdwn"
-build: config
+build:
find config -name '*.setup' -exec ikiwiki --setup '{}' --rebuild ';'
.PHONY: all build submodules