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.
This commit is contained in:
Michael Biebl 2015-07-08 22:27:27 +02:00
parent 593b07d25d
commit 6f068aef44

View file

@ -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 \