aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-30 22:05:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-30 22:05:32 +1200
commitfc075cc8bfa597011a2634a55e50a71e847bc6d8 (patch)
tree4ddee8dc3cbc719723bcddfcd7ceb6b2f7439697 /Makefile
parentCorrect prompt status writing broken by preload (diff)
downloaddotfiles-fc075cc8bfa597011a2634a55e50a71e847bc6d8.tar.gz
dotfiles-fc075cc8bfa597011a2634a55e50a71e847bc6d8.zip
Use .xsession as executable script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 16d5c0e7..e5bdf7c2 100644
--- a/Makefile
+++ b/Makefile
@@ -276,7 +276,8 @@ all: $(BINS) \
$(GIT_TEMPLATE_HOOKS) \
git/config \
gnupg/profile.d/gnupg.sh \
- less/less
+ less/less \
+ X/xsession
clean distclean:
rm -f -- \
@@ -296,6 +297,7 @@ clean distclean:
mutt/filters/markdown-to-html \
urxvt/ext/select \
vim/dist/*
+ X/xsession
.awk:
sh bin/shb.sh awk -f < $< > $@
@@ -643,7 +645,7 @@ 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: check-xsession
+install-x: X/xsession check-xsession
mkdir -p -- \
$(HOME)/.xsession.d \
$(HOME)/.Xresources.d
@@ -695,7 +697,7 @@ check-sh:
check-urxvt: urxvt/ext/select
sh check/urxvt.sh
-check-xsession:
+check-xsession: X/xsession
sh check/xsession.sh
check-zsh: