summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-10-07 18:53:25 +0300
committerEli Zaretskii <eliz@gnu.org>2021-10-07 18:53:25 +0300
commit1af00e67d6af215c63cfb1b12a999f47a7228970 (patch)
treed50802cc8c27b403da7f61e3a79c4566b83bc362 /make-dist
parent3c29fb705cfa908afee4a3fc084f8f4b88e43c4c (diff)
downloademacs-1af00e67d6af215c63cfb1b12a999f47a7228970.tar.gz
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.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist6
1 files changed, 3 insertions, 3 deletions
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