Skip to content

Commit

Permalink
Require dist archives for release-files: make target
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kopeček committed Nov 30, 2017
1 parent 841a806 commit 76e0401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ endif
$(DIST_ARCHIVES):
test -f "$@" || $(MAKE) dist

release-files:
release-files: $(DIST_ARCHIVES)
$(eval RELEASE_DIR:="release.$(PACKAGE)-$(VERSION)")
$(eval GPG:=$(shell test -n "$$QUBES_GPG_DOMAIN" && echo qubes-gpg-client || echo gpg2))
$(MKDIR_P) $(RELEASE_DIR)
Expand Down

0 comments on commit 76e0401

Please sign in to comment.