1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * make-dist: Include ELisp hierarchy diagram in tarballs (bug#76441).

This commit is contained in:
Eli Zaretskii 2025-08-14 05:04:03 -04:00
parent 1514695b7d
commit 636f166cfc

View file

@ -369,7 +369,7 @@ possibly_non_vc_files="
) || exit
if [ $with_info = yes ]; then
info_files="info/dir $(echo info/*.info)" || exit
info_files="info/dir $(echo info/*.info info/*.txt info/*.jpg)" || exit
else
info_files=
fi