diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 18:18:34 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 18:20:18 +0100 |
commit | ee913a2cf511574090f1faffe2e27fe0c28e09d4 (patch) | |
tree | 95222de44c46d5b90d1cd6e638d5ab50ca4d28b1 | |
parent | 6f90b387298830d42e5b7b0c93dfc5cf605a1a14 (diff) |
Use new IKIWIKI_UNDERLAYS for styling.
-rw-r--r-- | include.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,5 +11,5 @@ IKIWIKI_SHARED_DEFAULTS ?= \ --set underlaydirbase='$(CURDIR)/shared' \ --underlaydir '$(CURDIR)/shared/basewiki' \ --libdir '$(CURDIR)/shared/perl' \ - --set-yaml add_underlays='- $(CURDIR)/styling' \ +IKIWIKI_UNDERLAYS ?= $(CURDIR)/styling |