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:38 +0100 |
commit | 03685c64a7597ac1d33540c1efcbc68e36573fde (patch) | |
tree | 58a96ecf9c1c6e729033d2484ed35d6e607a1dce | |
parent | 8418a770a2be476ecd961d3279d00e151a0a5318 (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 |