From fa79d5ea9c5c65467531aba8af931f1cb637b354 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Sat, 25 Oct 2025 10:53:37 -0500 Subject: [PATCH] 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 --- conf/Makefile.extra-dist | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.3