diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-08-04 19:21:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2012-08-04 19:21:50 +0200 |
commit | ccc9976fb7916bce057165c5cbab7c38a8e91945 (patch) | |
tree | d9f043ee230a0c50aa652482073ec3905b7e30b1 | |
parent | 468ffa7e6396295047319a1a93ef2c0fd37bf5ce (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' \ + |