summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-02-03 23:20:44 +0100
committerJonas Smedegaard <dr@jones.dk>2011-02-03 23:20:44 +0100
commit7e24f9d64b5d56dfd769471754a335c2b6822bed (patch)
tree85bccd062a9267267a629038fcd4417876a273a6 /Makefile
parent738ecc094abaadf08b81621de529e128bf53b042 (diff)
Generate CSS files before content.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e948657..12cf6b5 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ content: submodules
mkdir -p '$@'
[ -e '$@/index.mdwn' ] || printf '# Hello world!\n\nHello world!\n' > '$@/index.mdwn'
-build:
+build: $(cssfiles)
find config -name '*.setup' -exec ikiwiki --setup '{}' --rebuild ';'
.PHONY: all build submodules content