aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-06-03 09:48:13 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-06-03 09:48:13 +1200
commitf2b208ceea644690109fd8e579fd14199e254709 (patch)
tree45f5a59910fe0e70ab6b2f73de259c721069842e /Makefile
parentRestate default install target (diff)
downloaddotfiles-f2b208ceea644690109fd8e579fd14199e254709.tar.gz
dotfiles-f2b208ceea644690109fd8e579fd14199e254709.zip
Merge bin scripts and manpages into one target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f1fb72ac..03dad7b2 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,6 @@ install-bin : test-bin
rm -f $(HOME)/.local/bin/"$${bin##*/}" ; \
ln -s "$$bin" $(HOME)/.local/bin/"$${bin##*/}" ; \
done
-
-install-man :
for man in $(PWD)/man/* ; do \
mkdir -p $(HOME)/.local/share/man/man"$${man##*.}" ; \
rm -f $(HOME)/.local/share/man/man"$${man##*.}"/"$${man##*/}" ; \