From: Michael Biebl Date: Wed, 8 Jul 2015 20:27:27 +0000 (+0200) Subject: build-sys: Do not install README.md as end-user documentation X-Git-Tag: v223~132^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F522%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/Makefile.am b/Makefile.am index df270884776..e178bdcb99d 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 \