]> git.eshelyaron.com Git - emacs.git/commitdiff
Include the refcards in the release tarball
authorEli Zaretskii <eliz@gnu.org>
Thu, 7 Oct 2021 15:53:25 +0000 (18:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 7 Oct 2021 15:53:25 +0000 (18:53 +0300)
* 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.

make-dist

index 7074bb801beb32243462b5a6c29eb34ba8a29789..eb040150d9d2daadf39fcea6cde38bb4072725c7 100755 (executable)
--- 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