From 6267b9a5e30603b06251cc664355fd986471ce8e Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 5 Sep 2016 18:50:33 -0700 Subject: [PATCH] Add missing sidebar contrib sample files to dist tarball. I previously added the files, but neglected to add them to the contrib/Makefile.am file. Thanks to isdtor for pointing out the problem and for the original patch. --- contrib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 4abd2c7c..3ca99a02 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -3,8 +3,8 @@ subdir = contrib SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ - sample.muttrc sample.mailcap sample.muttrc-tlr \ - colors.default colors.linux smime.rc \ + sample.mailcap sample.muttrc sample.muttrc-sidebar sample.muttrc-tlr \ + sample.vimrc-sidebar colors.default colors.linux smime.rc \ ca-bundle.crt smime_keys_test.pl mutt_xtitle EXTRA_DIST = language.txt language50.txt \ -- 2.40.0