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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue