--- a/Makefile Tue Jun 01 11:55:32 2021 +0300
+++ b/Makefile Tue Jun 01 17:34:17 2021 +0300
@@ -66,7 +66,8 @@
.inputrc .Xdefaults .xinitrc .xserverrc \
.screenrc .tmux.conf \
.dircolors .colordiffrc \
- .env .bashrc .bash_completion .bash_completion.d .zshrc .vimrc .ssh \
+ .bashrc .env.bash .bash_completion .bash_completion.d .zshrc \
+ .vimrc .ssh \
.pylintrc .pystartup .tclshrc .npmrc .guile \
.gradle/init.d/springColorLogging.gradle \
.sqshrc .psqlrc \
@@ -95,7 +96,7 @@
dist-mini: $(TARBALL_MINI)
define TARBALL_MINI_DEPS
-.bashrc .env .bash_completion \
+.bashrc .env.bash .bash_completion \
.inputrc .dircolors \
.gitconfig .gitignore .hgrc .hgignore .hgstyle
endef