diff options
-rw-r--r-- | include.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ IKIWIKI_SHARED_OPTIONS ?= \ - --templatedir $(CURDIR)/shared/templates \ + --templatedir '$(CURDIR)/shared/templates' \ --underlaydirbase '$(CURDIR)/shared' \ - --underlaydir $(CURDIR)/shared/basewiki \ - --libdir $(CURDIR)/shared/perl \ + --underlaydir '$(CURDIR)/shared/basewiki' \ + --libdir '$(CURDIR)/shared/perl' \ --set exclude='^.*\.(rb|scss)$$' |