diff options
author | Ryan Kavanagh <rak@debian.org> | 2018-07-19 13:32:39 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2018-07-20 16:06:54 -0400 |
commit | 5be72ac6e2847c8945c2d9cae0f2063733489826 (patch) | |
tree | ee8880a0bd60a7ce07c20d6f64f508b6aea456d8 /Makefile | |
parent | Standardize generation of gpg-encrypted files (diff) |
Update and encrypt savehooks
Diffstat (limited to '')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -29,7 +29,8 @@ LOCAL_FILES = \ # GPG encrypted files GPG_FILES = \ .mutt/alias.rc \ - .mutt/alias-cmu.rc + .mutt/alias-cmu.rc \ + .mutt/savehooks.rc # Files that are system independent. # IMPORTANT: directories must have trailing slash @@ -144,6 +145,7 @@ FORCE: .mutt/alias.rc: gpg/.mutt/alias.rc.gpg .mutt/alias-cmu.rc: gpg/.mutt/alias-cmu.rc.gpg +.mutt/savehooks.rc: gpg/.mutt/savehooks.rc.gpg .ssh/id_%: gpg/.ssh/id_%.gpg # $(patsubst gpg/,,$(wildcard gpg/.* gpg/*)) $(GPG_FILES): |