diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 18:18:34 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-03-25 01:59:49 +0100 |
commit | 32cfbafc9280e8b9394c4d41fe1bfc0b3ed77c84 (patch) | |
tree | 5de4d5a3e42284191d7e9421e944a73038c1fe04 | |
parent | 3f6d73a6c0cd640904ccad6d871aea12ff9ab991 (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 |