mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
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.
This commit is contained in:
parent
3c29fb705c
commit
1af00e67d6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user