diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-08-04 19:21:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-03-25 01:59:28 +0100 |
commit | 3f6d73a6c0cd640904ccad6d871aea12ff9ab991 (patch) | |
tree | d4f193694a86bfac0bf5bb1552eea252f5b50e95 | |
parent | 0ec23c48d71b03b8f988d9a7147143d8573c0418 (diff) |
Drop IKIWIKI_SHARED_OPTIONS (merge into IKIWIKI_SHARED_DEFAULTS.
-rw-r--r-- | include.mk | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,10 +8,9 @@ IKIWIKI_SHARED_DEFAULTS ?= \ --plugin typography \ --set typographyattributes=ie \ --set exclude='^.*\.(rb|scss)$$' \ - -IKIWIKI_SHARED_OPTIONS ?= \ --templatedir '$(CURDIR)/shared/templates' \ --set underlaydirbase='$(CURDIR)/shared' \ --underlaydir '$(CURDIR)/shared/basewiki' \ --libdir '$(CURDIR)/shared/perl' \ --set-yaml add_underlays='- $(CURDIR)/styling' \ + |