diff options
author | Jakob Unterwurzacher | 2019-03-18 08:27:24 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-03-18 08:27:24 +0100 |
commit | ae565b229159664a508b358ec5047b8423a928e7 (patch) | |
tree | 40502b6424d7e11bd46d3aa51957cf6fd1a0eb80 /Makefile | |
parent | ceb0862438575b3a9862769b720c1adc64d9a85e (diff) |
Makefile: also install gocryptfs-xray man page
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |