summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-21 13:12:12 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-21 13:12:12 +0000
commitf669bf6ec4bb0b49b123dd31db6998c4be914454 (patch)
tree0506e9ae3ae8c398516522135be99a0c93242a54 /Makefile
parent6518f55980acc9f1e763978eff5dae532eaeb227 (diff)
downloadacf-core-f669bf6ec4bb0b49b123dd31db6998c4be914454.tar.bz2
acf-core-f669bf6ec4bb0b49b123dd31db6998c4be914454.tar.xz
Changes to skins to allow user skins to be added
page_info.skindir is no longer available to views, but staticdir is.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b28dff9..b48805b 100644
--- a/Makefile
+++ b/Makefile
@@ -52,5 +52,9 @@ phony+=install
install: install-recursive $(CONF_FILES)
mkdir -p $(DESTDIR)/etc/acf
cp $(CONF_FILES) $(DESTDIR)/etc/acf
+ mkdir -p $(DESTDIR)/etc/acf/skins
+ ln -s $(DESTDIR)/etc/acf/skins $(DESTDIR)/$(wwwdir)/userskins
+
+include config.mk
.PHONY: $(phony)