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