diff options
-rw-r--r-- | Makefile | 39 |
1 files changed, 8 insertions, 31 deletions
@@ -1,39 +1,16 @@ APP_NAME=alpine-baselayout PACKAGE=acf-$(APP_NAME) -VERSION=0.1 +VERSION=0.2 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 \ - interfaces-controller.lua \ - interfaces-create-html.lsp \ - interfaces-delete-html.lsp \ - interfaces-model.lua \ - interfaces-read-html.lsp \ - interfaces-update-html.lsp \ - interfaces.menu \ - logfiles-controller.lua \ - logfiles-model.lua \ - logfiles-status-html.lsp \ - logfiles-view-html.lsp \ - logfiles.menu \ - syslog* \ template-logfiles-download-html.lsp \ - skins-controller.lua \ - skins-model.lua \ - skins-read-html.lsp \ - skins.menu \ + alpineversion* \ + health* \ + hostname* \ + interfaces* \ + logfiles* \ + syslog* \ + skins* \ EXTRA_DIST=README Makefile config.mk |