diff options
-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' \ + |