aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
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="
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