aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJakob Unterwurzacher2019-03-18 08:27:24 +0100
committerJakob Unterwurzacher2019-03-18 08:27:24 +0100
commitae565b229159664a508b358ec5047b8423a928e7 (patch)
tree40502b6424d7e11bd46d3aa51957cf6fd1a0eb80 /Makefile
parentceb0862438575b3a9862769b720c1adc64d9a85e (diff)
Makefile: also install gocryptfs-xray man page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6934e47..b9108b2 100644
--- a/Makefile
+++ b/Makefile
@@ -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