From ea885afe7bd732c507c840d34300147632b46c76 Mon Sep 17 00:00:00 2001 From: Nathan Angelacos Date: Fri, 11 Jan 2008 01:54:03 +0000 Subject: Makefile fixes git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@547 ab2d0c66-481e-0410-8bed-d214d4d58bed --- acf.conf | 6 +++--- app/Makefile | 3 +-- www/Makefile | 2 +- 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 -- cgit v1.2.3