chiark / gitweb /
Makefile: Link in shell-specific logout functionality.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 19 Sep 2017 16:11:15 +0000 (17:11 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 20 Sep 2017 15:49:30 +0000 (16:49 +0100)
Makefile

index 033006a84363cd9e821bad0855f94d26b838d044..09d911a8201938223264fac78156800f76cb2f7e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -151,10 +151,13 @@ SCRIPTLINKS               += update-buildable-branch
 ## Shells.
 DOTLINKS               += .profile .shell-rc .shell-logout
 DOTLINKS               += .shrc .rcrc
-DOTLINKS               += .zprofile .zshrc .zshenv
-DOTLINKS               += .bash_profile .bash_completion .bashrc .inputrc
+DOTLINKS               += .zprofile .zshrc .zlogout .zshenv
+DOTLINKS               += .bash_profile .bash_completion .bash_logout
+DOTLINKS               += .bashrc .inputrc
 .bash_profile_SRC       = bash-profile
 .bash_completion_SRC    = bash-completion
+.bash_logout_SRC        = shell-logout
+.zlogout_SRC            = shell-logout
 
 ## Git.
 DOTSUBST               += .gitconfig