summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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