From 09ab9a47a4d56b154b83ee902826cec62a1baca0 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 16 Mar 2020 23:30:08 -0700 Subject: 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 diff --git a/Makefile.am b/Makefile.am index 37c3239..2e7cd1d 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 \ -- cgit v0.10.2-6-g49f6