summaryrefslogtreecommitdiffstats
path: root/app/Makefile
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2007-10-31 18:56:56 +0000
committerMika Havela <mika.havela@gmail.com>2007-10-31 18:56:56 +0000
commitffb16c081fedc61e7924af04d1aa3697033a0db8 (patch)
tree819482a16457f3a1757acc3ddf03a979bd6d4c0b /app/Makefile
parent2ec5ea76a03509585a553e275fc38dd9fc89b235 (diff)
downloadacf-core-ffb16c081fedc61e7924af04d1aa3697033a0db8.tar.bz2
acf-core-ffb16c081fedc61e7924af04d1aa3697033a0db8.tar.xz
Added initial files for viewing logfiles.
These files might be placed in wrong subfolder, but that can be changed later. Menuhints are modified after wiki "Alpine Configuration Framework Design". css has small changes. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@237 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/Makefile')
-rw-r--r--app/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile
index 4c12bea..0a05980 100644
--- a/app/Makefile
+++ b/app/Makefile
@@ -15,6 +15,10 @@ APP_DIST= acf-util/logon-controller.lua\
welcome-controller.lua\
welcome-html.lsp\
welcome.menu\
+ logfiles/logfiles-controller.lua\
+ logfiles/logfiles-model.lua\
+ logfiles/logfiles-read-html.lsp\
+ logfiles/logfiles.menu\
EXTRA_DIST=README Makefile
DISTFILES=$(APP_DIST) $(EXTRA_DIST)