summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2009-01-23 12:46:13 +0000
committerNatanael Copa <natanael.copa@gmail.com>2009-01-23 12:46:13 +0000
commit240b63ebc7f9f1c4110f64452a81af18f7a324cc (patch)
tree71d43acdf5dacfa1cd09010a7bfae1b65a2091b9 /Makefile
parent6e0459aa4284fb6fd411a40025982b9d5a3c0460 (diff)
downloadacf-core-240b63ebc7f9f1c4110f64452a81af18f7a324cc.tar.bz2
acf-core-240b63ebc7f9f1c4110f64452a81af18f7a324cc.tar.xz
fix broken Makefile. release 0.4.20v0.4.20release-0.4.20
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1691 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 729e20b..6648cc3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,13 @@
APP_NAME=core
PACKAGE=acf-$(APP_NAME)
-VERSION=0.4.19
+VERSION=0.4.20
P=$(PACKAGE)-$(VERSION)
DISTDIR:=$(shell pwd)/$(P)
DISTPKG=$(P).tar.bz2
SUBDIRS=app lib www
-EXTRA_DIST=ChangeLog config.mk Makefile README TODO
+EXTRA_DIST=config.mk Makefile README
CONF_FILES=acf.conf passwd roles
DISTFILES=$(EXTRA_DIST) $(CONF_FILES)