aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorronie <ronie>2014-08-26 23:37:36 +0200
committerronie <ronie>2014-08-26 23:37:36 +0200
commit64003111bc79d187f9d0c0a0674a8ad2ec8b8bfc (patch)
tree808aaa7f9317e93dd7922d1dc737a3a550e3d877 /Makefile.in
parent60faade477359e06b4e8be74425c63bf56f927ba (diff)
replace skin.touched with skin.re-touched
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 27a9de0f37..5e8172acc3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -259,7 +259,7 @@ CONFLUENCE_MEDIA=addons/skin.confluence/media
SKIN_DIRS=$(CONFLUENCE_MEDIA)
ifeq (@USE_SKIN_TOUCHED@,1)
-TOUCHED_MEDIA=addons/skin.touched/media
+TOUCHED_MEDIA=addons/skin.re-touched/media
SKIN_DIRS+=$(TOUCHED_MEDIA)
endif