From 09ab9a47a4d56b154b83ee902826cec62a1baca0 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 16 Mar 2020 23:30:08 -0700 Subject: [PATCH] Allow environment override of USE_GPG/DIGESTS ... because if it is invoked via create-release.sh, it it not possible to pass the variables to make otherwise. Signed-off-by: Alexey Neyman --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 37c32399..2e7cd1d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -91,8 +91,8 @@ create-symlinks: gen-tarball-version: echo $(VERSION) > $(distdir)/.tarball-version -DIGESTS = md5 sha1 sha512 -USE_GPG = yes +DIGESTS ?= md5 sha1 sha512 +USE_GPG ?= yes dist-create-release: distcheck for a in $(DIST_ARCHIVES); do \