From: Andrew Hamilton Date: Sat, 25 Oct 2025 15:53:37 +0000 (-0500) Subject: build: Include MAINTAINERS and SECURITY files in dist archive X-Git-Tag: grub-2.14-rc1~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa79d5ea9c5c65467531aba8af931f1cb637b354;p=thirdparty%2Fgrub.git build: Include MAINTAINERS and SECURITY files in dist archive Include the MAINTAINERS and SECURITY files in the dist archive for reference in distributed archives by end users. Signed-off-by: Andrew Hamilton Reviewed-by: Daniel Kiper --- diff --git a/conf/Makefile.extra-dist b/conf/Makefile.extra-dist index dcb0bed07..936d3bef6 100644 --- a/conf/Makefile.extra-dist +++ b/conf/Makefile.extra-dist @@ -83,6 +83,8 @@ EXTRA_DIST += grub-core/lib/LzmaDec.c EXTRA_DIST += grub-core/fs/cpio_common.c EXTRA_DIST += BUGS +EXTRA_DIST += MAINTAINERS +EXTRA_DIST += SECURITY EXTRA_DIST += util/i386/efi/grub-dumpdevtree EXTRA_DIST += util/spkmodem-recv.c EXTRA_DIST += util/import_gcrypth.sed