aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-05-24 13:32:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-05-24 13:32:52 +1200
commit5a659f01a45e4c2cd1dafbc910c823415798dcea (patch)
tree81bc86a2be87f61ad3c0f7510e00864997dde731 /Makefile
parentUpdate submodules (diff)
downloaddotfiles-5a659f01a45e4c2cd1dafbc910c823415798dcea.tar.gz
dotfiles-5a659f01a45e4c2cd1dafbc910c823415798dcea.zip
Remove Yash support
I never use it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile20
1 files changed, 2 insertions, 18 deletions
diff --git a/Makefile b/Makefile
index 999b90ac..e5cb262b 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,6 @@
install-vim-pathogen \
install-vim-plugins \
install-x \
- install-yash \
install-zsh \
check \
check-bash \
@@ -54,7 +53,6 @@
check-sh \
check-urxvt \
check-xinit \
- check-yash \
check-zsh \
lint \
lint-bash \
@@ -63,8 +61,7 @@
lint-ksh \
lint-sh \
lint-urxvt \
- lint-xinit \
- lint-yash
+ lint-xinit
.SUFFIXES:
.SUFFIXES: .awk .bash .pl .sed .sh
@@ -446,12 +443,6 @@ install-x: check-xinit
cp -p -- X/Xresources $(HOME)/.Xresources
cp -p -- X/Xresources.d/* $(HOME)/.Xresources.d
-install-yash: install-yash install-sh
- mkdir -p -- $(HOME)/.yashrc.d
- cp -p -- yash/yash_profile $(HOME)/.yash_profile
- cp -p -- yash/yashrc $(HOME)/.yashrc
- cp -p -- yash/yashrc.d/* $(HOME)/.yashrc.d
-
install-zsh: check-zsh install-sh
mkdir -p -- $(HOME)/.profile.d $(HOME)/.zshrc.d
cp -p -- zsh/profile.d/* $(HOME)/.profile.d
@@ -491,9 +482,6 @@ check-urxvt:
check-xinit:
sh check/xinit.sh
-check-yash:
- sh check/yash.sh
-
check-zsh:
sh check/zsh.sh
@@ -503,8 +491,7 @@ lint: lint-bash \
lint-ksh \
lint-sh \
lint-urxvt \
- lint-xinit \
- lint-yash
+ lint-xinit
lint-bash: check-bash
sh lint/bash.sh
@@ -526,6 +513,3 @@ lint-urxvt: check-urxvt
lint-xinit: check-xinit
sh lint/xinit.sh
-
-lint-yash: check-yash
- sh lint/yash.sh