aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Makefile8
-rwxr-xr-x[-rw-r--r--]X/xsession.sh (renamed from X/xsession)0
3 files changed, 6 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 126c3f52..7d5916cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -186,3 +186,4 @@
/less/less
/mutt/filters/markdown-to-html
/urxvt/ext/select
+/X/xsession
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:
diff --git a/X/xsession b/X/xsession.sh
index daef7e42..daef7e42 100644..100755
--- a/X/xsession
+++ b/X/xsession.sh