Makefile: also install gocryptfs-xray man page

This commit is contained in:
Jakob Unterwurzacher 2019-03-18 08:27:24 +01:00
parent ceb0862438
commit ae565b2291
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ install:
install -Dm755 -t "$(DESTDIR)/usr/bin/" gocryptfs
install -Dm755 -t "$(DESTDIR)/usr/bin/" gocryptfs-xray/gocryptfs-xray
install -Dm644 -t "$(DESTDIR)/usr/share/man/man1/" Documentation/gocryptfs.1
install -Dm644 -t "$(DESTDIR)/usr/share/man/man1/" Documentation/gocryptfs-xray.1
install -Dm644 -t "$(DESTDIR)/usr/share/licenses/gocryptfs" LICENSE