Skip to content

Commit

Permalink
Remove duplicate make dist target
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis authored and PVince81 committed Feb 12, 2019
1 parent 8af1141 commit b2588f0
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,28 +109,6 @@ endif
# dist
#

# Builds the source and appstore package
.PHONY: dist
dist:
make appstore

# Builds the source package for the app store, ignores php and js tests
.PHONY: appstore
appstore:
rm -rf $(appstore_build_directory)
mkdir -p $(appstore_package_name)
cp --parents -r \
appinfo \
css \
img \
js \
l10n \
lib \
templates \
LICENSE \
README.md \
$(appstore_package_name)

$(dist_dir)/$(app_name): $(bower_deps)
rm -Rf $@; mkdir -p $@
cp -R $(all_src) $@
Expand Down

0 comments on commit b2588f0

Please sign in to comment.