diff options
author | Jonas Smedegaard <dr@jones.dk> | 2011-02-03 23:07:05 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2011-02-03 23:07:05 +0100 |
commit | 7ae3a05209dfcbfef20886ebd078466bf4e6be8b (patch) | |
tree | abfd406b20daf8efc53e89fb9391b1fe826009b8 /Makefile | |
parent | 741ad74208c6a432d60522b618d4bd962dc6a7b0 (diff) |
Try bootstrap themes in init target, and include themes makefile for Sass in root of content.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |