summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-24 15:08:15 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-24 15:10:31 +1200
commit82d4ec2ca2eb3fea07f5d53f2f167eaebd78b833 (patch)
tree0283353f3f7bb8a9a430fcc8ec21b375418fe297 /Makefile
parentSpecify another .PHONY target (diff)
downloadayylmao-82d4ec2ca2eb3fea07f5d53f2f167eaebd78b833.tar.gz
ayylmao-82d4ec2ca2eb3fea07f5d53f2f167eaebd78b833.zip
Move ayylmao manual from section 1 to section 6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b089f03..22e9297 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@ install-static : ayylmao.static
install -m 0755 -- ayylmao.static "$(PREFIX)"/bin/ayylmao
install-man:
- mkdir -p -- "$(PREFIX)"/share/man/man1
- install -m 0644 -- *.1 "$(PREFIX)"/share/man/man1
+ mkdir -p -- "$(PREFIX)"/share/man/man6
+ install -m 0644 -- *.6 "$(PREFIX)"/share/man/man6
clean :
rm -f -- ayylmao.dynamic ayylmao.static