summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@tetrasec.net>2008-01-11 01:54:03 +0000
committerNathan Angelacos <nangel@tetrasec.net>2008-01-11 01:54:03 +0000
commitea885afe7bd732c507c840d34300147632b46c76 (patch)
tree3db46e17ad17fb27ddd7b5b415826e0c2c717b37
parente5946e99eaf16faf0e82bf11482a1a0452be32ca (diff)
downloadacf-core-ea885afe7bd732c507c840d34300147632b46c76.tar.bz2
acf-core-ea885afe7bd732c507c840d34300147632b46c76.tar.xz
Makefile fixes
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@547 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--acf.conf6
-rw-r--r--app/Makefile3
-rw-r--r--www/Makefile2
3 files changed, 5 insertions, 6 deletions
diff --git a/acf.conf b/acf.conf
index 9aa8c80..fa85605 100644
--- a/acf.conf
+++ b/acf.conf
@@ -1,5 +1,5 @@
appdir=/usr/share/acf/app/
libdir=/usr/share/acf/lib/
-#skin=simple
-# if you find 'simple' ugly, try 'static'
-skin=static
+sessiondir=/tmp/
+# ice or snow
+skin=ice
diff --git a/app/Makefile b/app/Makefile
index 792c862..7cf5e5d 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -9,8 +9,7 @@ APP_DIST= acf-util/logon-controller.lua\
menuhints.menu\
template-html.lsp\
welcome-controller.lua\
- welcome-html.lsp\
- welcome.menu
+ welcome-html.lsp
EXTRA_DIST=README Makefile
DISTFILES=$(APP_DIST) $(EXTRA_DIST)
diff --git a/www/Makefile b/www/Makefile
index 3fd2f77..7d5c9af 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -4,7 +4,7 @@ WWW_DIST=cgi-bin/acf\
cgi-bin/mvc.lua\
index.html\
sample.html\
- static/* \
+ ice/* \
snow/*
EXTRA_DIST=Makefile