aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-08-14 05:04:03 -0400
committerEli Zaretskii2025-08-14 05:04:03 -0400
commit636f166cfc86aa90d63f592fd99f3fdd9ef95ebd (patch)
treef586c9ad3db105c2ffed2dd80376b6e835129b64
parent1514695b7d10f67279aeaa14e1cc398d8a07cf08 (diff)
downloademacs-30.2.tar.gz
emacs-30.2.zip
; * make-dist: Include ELisp hierarchy diagram in tarballs (bug#76441).emacs-30.2
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index ba82b261743..2b287284a3a 100755
--- a/make-dist
+++ b/make-dist
@@ -369,7 +369,7 @@ possibly_non_vc_files="
369) || exit 369) || exit
370 370
371if [ $with_info = yes ]; then 371if [ $with_info = yes ]; then
372 info_files="info/dir $(echo info/*.info)" || exit 372 info_files="info/dir $(echo info/*.info info/*.txt info/*.jpg)" || exit
373else 373else
374 info_files= 374 info_files=
375fi 375fi