summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-02-03 23:07:05 +0100
committerJonas Smedegaard <dr@jones.dk>2011-02-03 23:07:05 +0100
commit7ae3a05209dfcbfef20886ebd078466bf4e6be8b (patch)
treeabfd406b20daf8efc53e89fb9391b1fe826009b8 /Makefile
parent741ad74208c6a432d60522b618d4bd962dc6a7b0 (diff)
Try bootstrap themes in init target, and include themes makefile for Sass in root of content.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c242c60..0ad864e 100644
--- a/Makefile
+++ b/Makefile
@@ -6,9 +6,12 @@ IKIWIKI_OPTIONS ?= \
-include shared/include.mk
-include config/include.mk
+-include shared/themes/Makefile
+
all: build
init: submodules content
+ -$(MAKE) C shared/themes
$(MAKE) config
submodules: