Makefile: Added install-completions to install target.

This commit is contained in:
Joey Hess 2019-05-08 10:48:38 -04:00
parent 8b44548d0e
commit e35f96aea9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 1 deletions

View file

@ -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 * 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. git-annex process cleaned up the temp directory it was using.
* Makefile: Added install-completions to install target.
-- Joey Hess <id@joeyh.name> Mon, 06 May 2019 13:52:02 -0400 -- Joey Hess <id@joeyh.name> Mon, 06 May 2019 13:52:02 -0400

View file

@ -20,7 +20,7 @@ build: $(all)
# install system-wide # install system-wide
# Set PREFIX and DESTDIR to configure where it is installed # 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 # installs into your home directory
install-home: install-home: