From fb7ec17ad315759bbedb6fc82789b4816fd1cec6 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 5 Mar 2019 15:46:51 +0545 Subject: [PATCH] Add more files to default doc_files --- build/rules/dist.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/rules/dist.mk b/build/rules/dist.mk index 42205ff93654..3149f624b3f5 100644 --- a/build/rules/dist.mk +++ b/build/rules/dist.mk @@ -28,7 +28,7 @@ endif # If not specified by the caller, then select some common doc files to put in the tarball. ifndef doc_files - doc_files=README.md CHANGELOG.md + doc_files=CHANGELOG.md CONTRIBUTING.md LICENSE README.md endif # If not specified by the caller, then select a "standard" set of dirs to put in the tarball.