From 440c5f7a1f079068647891ff33d38be3bcab9cea Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 15 Feb 2016 16:52:07 +1300 Subject: Separate manuals into their own install target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd3e2551..6d1d69cd 100644 --- a/Makefile +++ b/Makefile @@ -82,12 +82,14 @@ install-bash : test-bash install -pm 0644 -- bash/bash_logout "$(HOME)"/.bash_logout install -pm 0644 -- bash/bash_completion "$(HOME)"/.config/bash_completion -install-bin : test-bin +install-bin : test-bin install-man install -m 0755 -d -- \ "$(HOME)"/.local/bin \ "$(HOME)"/.local/share/man/man1 \ "$(HOME)"/.local/share/man/man8 install -m 0755 -- bin/* "$(HOME)"/.local/bin + +install-man: install -pm 0644 -- man/man1/* "$(HOME)"/.local/share/man/man1 install -pm 0644 -- man/man8/* "$(HOME)"/.local/share/man/man8 -- cgit v1.2.3