From c5063e4fefa42a9117348e293ae8c294bf028314 Mon Sep 17 00:00:00 2001 From: Robert Quattlebaum Date: Thu, 9 Jun 2016 17:54:14 -0700 Subject: [PATCH] Rename `README` to `NOTICE`. Add top-level docs to `Makefile.am`. (#124) This addresses issue #51. --- Makefile.am | 4 ++++ README => NOTICE | 0 2 files changed, 4 insertions(+) rename README => NOTICE (100%) diff --git a/Makefile.am b/Makefile.am index 08cd3bbd8..40fec23ed 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,6 +46,10 @@ EXTRA_DIST = \ .default-version \ bootstrap \ bootstrap-configure \ + README.md \ + NOTICE \ + CONTRIBUTING.md \ + LICENSE \ $(NULL) BUILT_SOURCES = \ diff --git a/README b/NOTICE similarity index 100% rename from README rename to NOTICE