diff options
author | Mika Havela <mika.havela@gmail.com> | 2007-12-28 10:12:38 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2007-12-28 10:12:38 +0000 |
commit | 15c3f1a5428e6929190ee5e43c0e149dc6684aea (patch) | |
tree | 31efeb93e995fe85aad4a29c64ddc350f7684625 /Makefile | |
parent | 1f6c194b07d7e76050b4001c4c407c73aa6189d4 (diff) | |
download | acf-alpine-baselayout-15c3f1a5428e6929190ee5e43c0e149dc6684aea.tar.bz2 acf-alpine-baselayout-15c3f1a5428e6929190ee5e43c0e149dc6684aea.tar.xz |
Changing category for the menu
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@465 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 50 |
1 files changed, 24 insertions, 26 deletions
@@ -2,42 +2,40 @@ APP_NAME=alpine-baselayout PACKAGE=acf-$(APP_NAME) VERSION=2.0_alpha3 -APP_DIST=alpineversion-controller.lua \ - alpineversion-model.lua \ - config.mk \ - cron-controller.lua \ - cron-model.lua \ - hostname-controller.lua \ +APP_DIST=\ + alpineversion-controller.lua \ + alpineversion-model.lua \ + health-controller.lua \ + health-model.lua \ + health-modules-html.lsp \ + health-network-html.lsp \ + health-proc-html.lsp \ + health-storage-html.lsp \ + health-system-html.lsp \ + health.menu \ + hostname-controller.lua \ hostname-html.lsp \ hostname-model.lua \ - hostname.menu \ + hostname.menu \ interfaces-controller.lua \ interfaces-create-html.lsp \ interfaces-delete-html.lsp \ - interfaces-model.lua \ + interfaces-model.lua \ interfaces-read-html.lsp \ interfaces-update-html.lsp \ - interfaces.menu \ - logfiles-controller.lua \ + interfaces.menu \ + logfiles-controller.lua \ logfiles-delete-html.lsp \ - logfiles-download-html.lsp \ logfiles-model.lua \ - logfiles-read-html.lsp \ - logfiles-view-html.lsp \ - logfiles.menu \ - password-controller.lua \ - password-model.lua \ - password-read-html.lsp \ - password.menu \ - skins-controller.lua \ - skins-model.lua \ + logfiles-read-html.lsp \ + logfiles-view-html.lsp \ + logfiles.menu \ + template-logfiles-download-html.lsp \ + skins-controller.lua \ + skins-model.lua \ skins-read-html.lsp \ - skins.menu \ - syslog-basic-html.lsp \ - syslog-controller.lua \ - syslog-model.lua \ - syslog.menu \ - template-logfiles-download-html.lsp + skins.menu \ + EXTRA_DIST=README Makefile config.mk |