aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-12-29 14:11:38 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-12-29 14:11:38 +1300
commit95d9c2b446e93a1b968008573623ec83f67e3a31 (patch)
treed539eba6f7e6ad0e8da1f852d046ed6ce4a4eedf /Makefile
parentMerge branch 'release/v0.22.0' (diff)
parentBump version number to 0.22.1 (hotfix) (diff)
downloaddotfiles-5a87ac85578f04c4a67df87c8d92355034744f63.tar.gz (sig)
dotfiles-5a87ac85578f04c4a67df87c8d92355034744f63.zip
Merge branch 'hotfix/v0.22.1'v0.22.1
* hotfix/v0.22.1: Bump version number to 0.22.1 (hotfix) Allow specifying GnuPG --keyid-format at build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f5e78396..dcb3b959 100644
--- a/Makefile
+++ b/Makefile
@@ -323,10 +323,12 @@ git/gitconfig: git/gitconfig.m4
git/gitconfig.m4 > $@
KEYSERVER = hkps://hkps.pool.sks-keyservers.net
+KEYID_FORMAT = none
gnupg/gpg.conf: gnupg/gpg.conf.m4
m4 \
-D KEYSERVER=$(KEYSERVER) \
+ -D KEYID_FORMAT=$(KEYID_FORMAT) \
gnupg/gpg.conf.m4 > $@
MAILDIR = $(HOME)/Mail