Makefile: Added install-completions to install target.
This commit is contained in:
parent
8b44548d0e
commit
e35f96aea9
2 changed files with 2 additions and 1 deletions
|
@ -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 <id@joeyh.name> Mon, 06 May 2019 13:52:02 -0400
|
||||
|
||||
|
|
2
Makefile
2
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:
|
||||
|
|
Loading…
Reference in a new issue