From 53167044001e0e34d448bcdf34454290931efaa8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 13 Feb 2011 14:35:38 +0100 Subject: Sync with HEAD of submodule themes. --- themes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes b/themes index 8eab8cb..7b2c992 160000 --- a/themes +++ b/themes @@ -1 +1 @@ -Subproject commit 8eab8cb555bf9c49f9a7b017afe67a37a52c6acb +Subproject commit 7b2c9924b829a5fd77ac5897aa72a3e8fe307733 -- cgit v1.2.3 From 86415f346bf275870e77138430361bef1d5084b8 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 13 Feb 2011 14:39:34 +0100 Subject: Fix set underlaydirbase. --- include.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include.mk b/include.mk index c87cbaf..1a0e04a 100644 --- a/include.mk +++ b/include.mk @@ -1,6 +1,6 @@ IKIWIKI_SHARED_OPTIONS ?= \ --templatedir '$(CURDIR)/shared/templates' \ - --underlaydirbase '$(CURDIR)/shared' \ + --set underlaydirbase='$(CURDIR)/shared' \ --underlaydir '$(CURDIR)/shared/basewiki' \ --libdir '$(CURDIR)/shared/perl' \ --set exclude='^.*\.(rb|scss)$$' -- cgit v1.2.3