aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-10-01 16:39:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2015-10-01 16:39:30 +1300
commit51b5b2e15188ef54120d0ae9032d2e28f7246617 (patch)
tree175392cadb17de71e4af5249ffe56703d06b01ad /Makefile
parentMove man pages into man1 subdir (diff)
downloaddotfiles-51b5b2e15188ef54120d0ae9032d2e28f7246617.tar.gz
dotfiles-51b5b2e15188ef54120d0ae9032d2e28f7246617.zip
Add sue(8)
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