From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Price Date: Fri, 20 Jan 2017 11:43:47 +0000 Subject: [Cluster-devel] [PATCH 1/2] gfs2-utils: Rename README.build to README Message-ID: <20170120114348.14722-1-anprice@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit As there's only one README file in this directory it can just be called README and contain the small amount of various info that needs to be read. Removing the .build extension will also make Pagure render the file as preformatted text. Signed-off-by: Andrew Price --- Makefile.am | 2 +- README.build => README | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename README.build => README (100%) diff --git a/Makefile.am b/Makefile.am index 1c4f8ae..adeb56d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = autogen.sh README.build +EXTRA_DIST = autogen.sh README AUTOMAKE_OPTIONS = foreign diff --git a/README.build b/README similarity index 100% rename from README.build rename to README -- 2.9.3