aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-11-10 00:41:13 +1300
committerTom Ryder <tom@sanctum.geek.nz>2022-11-13 12:57:41 +1300
commitede095ce97e7f7ba532edb5359b9d13a21e2bcc4 (patch)
treedaae6607ea996392ecd6fc5444741beb7862d50d /Makefile
parentRemove executable bit from some shell scripts (diff)
downloaddotfiles-ede095ce97e7f7ba532edb5359b9d13a21e2bcc4.tar.gz
dotfiles-ede095ce97e7f7ba532edb5359b9d13a21e2bcc4.zip
Set shebang for muttrc.d/src at build time
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7743d696..1e03d000 100644
--- a/Makefile
+++ b/Makefile
@@ -302,6 +302,7 @@ clean distclean:
include/mktd.m4 \
less/less \
mutt/filters/markdown-to-html \
+ mutt/muttrc.d/src \
tmux/bin/tmux \
urxvt/ext/select \
x/xsession
@@ -494,7 +495,7 @@ install-mpv:
$(XDG_DATA_HOME)/mpv/screenshots
cp -p -- mpv/mpv.conf $(XDG_CONFIG_HOME)/mpv
-install-mutt: install-gnupg install-mail mutt/filters/markdown-to-html
+install-mutt: install-gnupg install-mail mutt/filters/markdown-to-html mutt/muttrc.d/src
mkdir -p -- \
$(XDG_CONFIG_HOME)/mutt \
$(XDG_CONFIG_HOME)/mutt/muttrc.d \