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:18:34 +0100 |
commit | 15cba4b6b8888557b868db8008f8137e6f65093a (patch) | |
tree | 7d092f164c36338534c78b60f5e6b0180d37ccf8 | |
parent | 0dc5024b0c18e330829e407f0f3a8330eafd6cb0 (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 |