aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-27 14:39:26 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-27 14:39:26 +1300
commitc67c95de9ebd18b7d2a6ac8d3bc81e4d497623b4 (patch)
tree81d9087c0ba9764b36fcc0e16fbaac2a4d15e6af /Makefile
parentMerge branch 'port/bsd/openbsd' (diff)
downloaddotfiles-c67c95de9ebd18b7d2a6ac8d3bc81e4d497623b4.tar.gz
dotfiles-c67c95de9ebd18b7d2a6ac8d3bc81e4d497623b4.zip
Add zsh checking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 30183494..97fec6e5 100644
--- a/Makefile
+++ b/Makefile
@@ -50,6 +50,7 @@
check-sh \
check-urxvt \
check-yash \
+ check-zsh \
lint \
lint-bash \
lint-bin \
@@ -388,7 +389,7 @@ install-yash : check-yash install-sh
install -pm 0644 -- yash/yashrc "$(HOME)"/.yashrc
install -pm 0644 -- yash/yashrc.d/* "$(HOME)"/.yashrc.d
-install-zsh : install-sh
+install-zsh : check-zsh install-sh
install -m 0755 -d -- "$(HOME)"/.zshrc.d
install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile
install -pm 0644 -- zsh/zshrc "$(HOME)"/.zshrc
@@ -425,6 +426,9 @@ check-urxvt :
check-yash :
check/yash
+check-zsh :
+ check/zsh
+
lint : check \
lint-bash \
lint-bin \