aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-07-27 13:26:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-07-27 13:26:06 +1200
commit5fd82a3c8d25511f20e293b8dab8deec6e5f8c12 (patch)
treed58a975c9f6d73957fbc36a87f6dc78cb24c9b7c /Makefile
parentAdd local bindir even if it doesn't exist yet (diff)
downloaddotfiles-5fd82a3c8d25511f20e293b8dab8deec6e5f8c12.tar.gz
dotfiles-5fd82a3c8d25511f20e293b8dab8deec6e5f8c12.zip
Add .xprofile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index a82856b3..1f6ccd12 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@
check-man \
check-sh \
check-urxvt \
- check-xsession \
+ check-x \
check-zsh \
lint \
lint-bash \
@@ -80,7 +80,7 @@
lint-sh \
lint-urxvt \
lint-vim \
- lint-xsession
+ lint-x
.SUFFIXES:
.SUFFIXES: .awk .bash .m4 .mi5 .pl .sed .sh
@@ -670,11 +670,12 @@ install-wget: install-sh
mkdir -p -- $(XDG_CACHE_HOME)/wget $(XDG_CONFIG_HOME)/wget
cp -p -- wget/wgetrc $(XDG_CONFIG_HOME)/wget/wgetrc
-install-x: x/xsession check-xsession install-logrotate
+install-x: x/xsession check-x install-logrotate
mkdir -p -- \
$(HOME)/.xsession.d \
$(HOME)/.Xresources.d \
$(XDG_CONFIG_HOME)/log/xsession
+ cp -p -- x/xprofile $(HOME)/.xprofile
cp -p -- x/xsession $(HOME)/.xsession
cp -p -- x/Xresources $(HOME)/.Xresources
cp -p -- x/Xresources.d/* $(HOME)/.Xresources.d
@@ -724,8 +725,8 @@ check-sh:
check-urxvt: urxvt/ext/select
sh check/urxvt.sh
-check-xsession: x/xsession
- sh check/xsession.sh
+check-x: x/xsession
+ sh check/x.sh
check-zsh:
sh check/zsh.sh
@@ -738,7 +739,7 @@ lint: lint-bash \
lint-sh \
lint-urxvt \
lint-vim \
- lint-xsession
+ lint-x
lint-bash: check-bash
sh lint/bash.sh
@@ -764,5 +765,5 @@ lint-urxvt: check-urxvt
lint-vim:
sh lint/vim.sh
-lint-xsession: check-xsession
- sh lint/xsession.sh
+lint-x: check-x
+ sh lint/x.sh