From 2b211334183d3ae61e42f3f6c4ba6d90b06ca733 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 7 May 2013 11:09:38 +0200 Subject: changelog adjustements --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index edf0979f5..17d933c00 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# ownCloud - News +# ownCloud - App Framework # # @author Bernhard Posselt # @copyright 2012 Bernhard Posselt nukeawhale@gmail.com @@ -20,7 +20,8 @@ # release for the app store and running php unittests which require core build_directory=build/ -package_name=$(build_directory)news +app_name=news +package_name=$(build_directory)$(app_name) all: dist @@ -31,7 +32,7 @@ clean: dist: clean mkdir -p $(build_directory) - git archive HEAD --format=zip --prefix=news/ > $(package_name).zip + git archive HEAD --format=zip --prefix=$(app_name)/ > $(package_name).zip test: unit integration acceptance -- cgit v1.2.3