summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2015-07-08 22:27:27 +0200
committerMichael Biebl <biebl@debian.org>2015-07-08 22:27:27 +0200
commit6f068aef44b86bb98942f07356ee0484da26d3d4 (patch)
treec2956ee1a526bc21c2409c82703856e1a8476f37 /Makefile.am
parent593b07d25d31132ce2fc673bb607a17084e1afd6 (diff)
build-sys: Do not install README.md as end-user documentation
This file is mostly GitHub glue and not particularly useful to end-users. So only add it to the dist tarball but do not install it as documentation.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index df27088477..e178bdcb99 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -639,7 +639,6 @@ UNINSTALL_DATA_HOOKS += units-uninstall-hook
dist_doc_DATA = \
README \
- README.md \
NEWS \
CODING_STYLE \
LICENSE.LGPL2.1 \
@@ -650,6 +649,7 @@ dist_doc_DATA = \
src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
EXTRA_DIST += \
+ README.md \
autogen.sh \
.dir-locals.el \
.vimrc \