diff options
| author | Michael Albinus <michael.albinus@gmx.de> | 2025-08-16 13:35:47 +0200 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2025-08-16 13:35:47 +0200 |
| commit | 8700cd24ca034327a9fb0ab7ce37acad2ac63e8d (patch) | |
| tree | 35d2923063512a0d3f2f20822a8bf3fb73552dd7 /make-dist | |
| parent | cf45a3fd79d95d2fa35729b06760e29b6549f37f (diff) | |
| parent | 636f166cfc86aa90d63f592fd99f3fdd9ef95ebd (diff) | |
Merge from origin/emacs-30
636f166cfc8 ; * make-dist: Include ELisp hierarchy diagram in tarball...
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
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 |
