summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 03:02:54 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-09-13 03:02:54 +0200
commitbb3a3d9c30b2bc7e68c2c622c48900c5b277b139 (patch)
treedd2783a21de64e2fef384fc4b08be675fe2061fb /Makefile
parent0a818fa9ff21d98c16def02cfbf1043ea675d2a9 (diff)
adjust build script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile24
1 files changed, 3 insertions, 21 deletions
diff --git a/Makefile b/Makefile
index 66a0fbc04..f81e022c1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,12 +13,12 @@ clean:
rm -rf $(build_dir)
dist: clean
- appstore: clean
mkdir -p $(source_dir)
tar cvzf $(source_dir)/$(package_name).tar.gz $(project_dir) \
--exclude-vcs \
--exclude=$(project_dir)/build/artifacts \
- --exclude=$(project_dir)/js/node_modules
+ --exclude=$(project_dir)/js/node_modules \
+ --exclude=$(project_dir)/js/coverage
appstore: clean
mkdir -p $(appstore_dir)
@@ -26,7 +26,6 @@ appstore: clean
--exclude-vcs \
--exclude=$(project_dir)/build/artifacts \
--exclude=$(project_dir)/js/node_modules \
- --exclude=$(project_dir)/js/phpunit.xml \
--exclude=$(project_dir)/js/.bowerrc \
--exclude=$(project_dir)/js/.jshintrc \
--exclude=$(project_dir)/js/Gruntfile.js \
@@ -42,29 +41,12 @@ appstore: clean
--exclude=$(project_dir)/js/filter \
--exclude=$(project_dir)/js/gui \
--exclude=$(project_dir)/js/service \
- --exclude=$(project_dir)/js/utility \
--exclude=$(project_dir)/js/tests \
--exclude=$(project_dir)/js/vendor/jquery \
--exclude=$(project_dir)/js/vendor/angular-mocks \
- --exclude=$(project_dir)/js/vendor/angular/angular.js \
- --exclude=$(project_dir)/js/vendor/angular/angular.min.js.gzip \
- --exclude=$(project_dir)/js/vendor/angular/angular.min.js.map \
- --exclude=$(project_dir)/js/vendor/angular-animate/angular-animate.js \
- --exclude=$(project_dir)/js/vendor/angular-animate/angular-animate.min.js.map \
- --exclude=$(project_dir)/js/vendor/angular-route/angular-route.js \
- --exclude=$(project_dir)/js/vendor/angular-route/angular-route.min.js.map \
- --exclude=$(project_dir)/js/vendor/angular-sanitize/angular-sanitize.js \
- --exclude=$(project_dir)/js/vendor/angular-sanitize/angular-sanitize.min.js.map \
- --exclude=$(project_dir)/js/vendor/momentjs/lang \
- --exclude=$(project_dir)/js/vendor/momentjs/moment.js \
- --exclude=$(project_dir)/js/vendor/momentjs/min/langs.js \
- --exclude=$(project_dir)/js/vendor/momentjs/min/langs.min.js \
- --exclude=$(project_dir)/js/vendor/momentjs/min/moment.min.js \
- --exclude=$(project_dir)/js/vendor/momentjs/min/moment-with-langs.js \
- --exclude=$(project_dir)/js/vendor/traceur-runtime/traceur-runtime.js \
- --exclude=$(project_dir)/js/vendor/traceur-runtime/traceur-runtime.min.map \
--exclude=$(project_dir)/.travis.yml \
--exclude=$(project_dir)/.scrutinizer.yml \
+ --exclude=$(project_dir)/phpunit.xml \
--exclude=$(project_dir)/Makefile \
--exclude=$(project_dir)/tests \
--exclude=$(project_dir)/3rdparty/simplepie/README.markdown \