From 15c3f1a5428e6929190ee5e43c0e149dc6684aea Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Fri, 28 Dec 2007 10:12:38 +0000 Subject: Changing category for the menu git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@465 ab2d0c66-481e-0410-8bed-d214d4d58bed --- Makefile | 50 ++++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 26 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d059565..4ca43f2 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3