aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9036929..ebaf201 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ derived-assets = \
$(XDG_CONFIG_HOME)/ssh/id_rsa.pub \
$(XDG_CONFIG_HOME)/ssh/config \
$(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf \
+ $(XDG_CONFIG_HOME)/xmobar/xmobarrc \
$(XDG_DATA_HOME)/common-lisp/source \
$(XDG_DATA_HOME)/euandreh/e.list.txt \
$(PRIV_STATEDIR)/postfix/relayhosts-maps.db \
@@ -53,6 +54,9 @@ $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf: $(XDG_CONFIG_HOME)/gnupg/gpg-agent.conf
printf 'pinentry-program ' >> $@
command -v pinentry-gtk-2 >> $@
+$(XDG_CONFIG_HOME)/xmobar/xmobarrc:
+ cd $(@D) && ln -s `hostname` xmobarrc
+
$(HOME)/.ssh:
ln -s $(XDG_CONFIG_HOME)/ssh $@