diff options
author | Nathan Angelacos <nangel@tetrasec.net> | 2008-01-11 01:54:03 +0000 |
---|---|---|
committer | Nathan Angelacos <nangel@tetrasec.net> | 2008-01-11 01:54:03 +0000 |
commit | ea885afe7bd732c507c840d34300147632b46c76 (patch) | |
tree | 3db46e17ad17fb27ddd7b5b415826e0c2c717b37 | |
parent | e5946e99eaf16faf0e82bf11482a1a0452be32ca (diff) | |
download | acf-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.conf | 6 | ||||
-rw-r--r-- | app/Makefile | 3 | ||||
-rw-r--r-- | www/Makefile | 2 |
3 files changed, 5 insertions, 6 deletions
@@ -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 |