From 74a28193bbb2bfea6c26db2c4d7dc9fe7e5dcdbf Mon Sep 17 00:00:00 2001 From: Mika Havela Date: Wed, 13 Feb 2008 16:51:48 +0000 Subject: Changed version in Makefiles and then uploaded new apk's to dev.alpinelinux.org git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@715 ab2d0c66-481e-0410-8bed-d214d4d58bed --- Makefile | 39 ++++++++------------------------------- 1 file changed, 8 insertions(+), 31 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e9c18b6..091891e 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3