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:19:18 +0100 |
commit | 695c915dfd9dcdc74ff0451b20c94c419f73e76a (patch) | |
tree | 300a776f932ba333dac73435d34928f80e0b6557 | |
parent | 22766156d5c58eecb49f83cbf1fbb1730d1e8888 (diff) |
Use new IKIWIKI_UNDERLAYS for styling.
-rw-r--r-- | include.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,5 +12,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 |