summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2025-08-16 13:35:47 +0200
committerMichael Albinus <michael.albinus@gmx.de>2025-08-16 13:35:47 +0200
commit8700cd24ca034327a9fb0ab7ce37acad2ac63e8d (patch)
tree35d2923063512a0d3f2f20822a8bf3fb73552dd7 /make-dist
parentcf45a3fd79d95d2fa35729b06760e29b6549f37f (diff)
parent636f166cfc86aa90d63f592fd99f3fdd9ef95ebd (diff)
Merge from origin/emacs-30
636f166cfc8 ; * make-dist: Include ELisp hierarchy diagram in tarball...
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index fb3829d11f8..93eeb056d39 100755
--- a/make-dist
+++ b/make-dist
@@ -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