summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-10-24 20:03:06 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-10-24 20:03:06 +0000
commitc9616e9d9e89ca505a45a4ab015513536391d5e1 (patch)
tree88c05105419596b19f8b5b3966ef9b7794fb5784 /Makefile
parent74debd67ce1965080d9144a55a0eef20eb3a0154 (diff)
downloadabuild-c9616e9d9e89ca505a45a4ab015513536391d5e1.tar.bz2
abuild-c9616e9d9e89ca505a45a4ab015513536391d5e1.tar.xz
newapkbuild: move code from abuild to new script
try keep code in abuild cleaner by moving out creation of new apkbuild to separate script.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8a833f1..43e5e57 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ sysconfdir ?= /etc
datadir ?= $(prefix)/share/$(PACKAGE)
apkcache ?= ~/.cache/apks
-SCRIPTS := abuild devbuild mkalpine buildrepo abuild-keygen abuild-sign
+SCRIPTS := abuild devbuild mkalpine buildrepo abuild-keygen \
+ abuild-sign newapkbuild
USR_BIN_FILES := $(SCRIPTS) abuild-tar
SAMPLES := sample.APKBUILD sample.initd sample.confd \
sample.pre-install sample.post-install