summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2016-12-20 19:28:59 +0100
committerGitHub <noreply@github.com>2016-12-20 19:28:59 +0100
commit4e0951afd91c4b342d9fc35382c9e9ab203ebfca (patch)
tree8c9a4fde99cdfd5ab9f4d6648ab5d39d2a3d5138
parent1bb255c3f89190fe4b27729a053d09a6067db845 (diff)
parent2f4e6403f9b5a4591a020427ae3c95297462032c (diff)
Merge pull request #62 from obnoxxx/bundle-readme-md
build: add README.md to the bundled files
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3138f37..9d62d2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,8 @@ check-local: validate-authors
dist_doc_DATA = \
AUTHORS \
NEWS \
- README
+ README \
+ README.md
EXTRA_DIST = \
authors.dtd \