aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 004e70c2..3b6b0f84 100644
--- a/Makefile
+++ b/Makefile
@@ -83,9 +83,11 @@ install-bash : test-bash
install-bin : test-bin
install -m 0755 -d -- \
"$(HOME)"/.local/bin \
- "$(HOME)"/.local/share/man/man1
+ "$(HOME)"/.local/share/man/man1 \
+ "$(HOME)"/.local/share/man/man8
install -m 0755 -- bin/* "$(HOME)"/.local/bin
install -m 0644 -- man/man1/* "$(HOME)"/.local/share/man/man1
+ install -m 0644 -- man/man8/* "$(HOME)"/.local/share/man/man8
install-curl :
install -m 0644 -- curl/curlrc "$(HOME)"/.curlrc