From e35f96aea9ec209fb959fc24dc9c2868573cb4bf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 8 May 2019 10:48:38 -0400 Subject: [PATCH] Makefile: Added install-completions to install target. --- CHANGELOG | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 957bc4a8b1..b4723ce055 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,7 @@ git-annex (7.20190508) UNRELEASED; urgency=medium * Fixed bug that caused git-annex to fail to add a file when another git-annex process cleaned up the temp directory it was using. + * Makefile: Added install-completions to install target. -- Joey Hess Mon, 06 May 2019 13:52:02 -0400 diff --git a/Makefile b/Makefile index c4092f958e..5150922e5a 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ build: $(all) # install system-wide # Set PREFIX and DESTDIR to configure where it is installed -install: install-bins install-docs install-desktop +install: install-bins install-docs install-completions install-desktop # installs into your home directory install-home: