From: Eli Zaretskii Date: Thu, 7 Oct 2021 15:53:25 +0000 (+0300) Subject: Include the refcards in the release tarball X-Git-Tag: emacs-28.0.90~367 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1af00e67d6af215c63cfb1b12a999f47a7228970;p=emacs.git Include the refcards in the release tarball * make-dist (possibly_non_vc_files): Include *.pdf files, to include the produced refcards in the tarball. This was lost when 'make-dist' was rewritten for Emacs 27. --- diff --git a/make-dist b/make-dist index 7074bb801be..eb040150d9d 100755 --- a/make-dist +++ b/make-dist @@ -366,9 +366,9 @@ possibly_non_vc_files=" src/config.in "$( find admin doc etc lisp \ - \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \ - -o -name '*.texi' -o -name '*.tex' -o -name '*.txt' \) \ - ! -name 'site-init*' ! -name 'site-load*' ! -name 'default*' + \( -name '*.el' -o -name '*.elc' -o -name '*.map' -o -name '*.stamp' \ + -o -name '*.texi' -o -name '*.tex' -o -name '*.txt' -o -name '*.pdf' \) \ + ! -name 'site-init*' ! -name 'site-load*' ! -name 'default*' ) || exit if [ $with_info = yes ]; then