summaryrefslogtreecommitdiff
path: root/include.mk
blob: 1a0e04af3cff7310fa5777a2d70038a8a7d38933 (plain)
  1. IKIWIKI_SHARED_OPTIONS ?= \
  2. --templatedir '$(CURDIR)/shared/templates' \
  3. --set underlaydirbase='$(CURDIR)/shared' \
  4. --underlaydir '$(CURDIR)/shared/basewiki' \
  5. --libdir '$(CURDIR)/shared/perl' \
  6. --set exclude='^.*\.(rb|scss)$$'