diff options
author | Michael Biebl <biebl@debian.org> | 2015-07-08 22:27:27 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2015-07-08 22:27:27 +0200 |
commit | 6f068aef44b86bb98942f07356ee0484da26d3d4 (patch) | |
tree | c2956ee1a526bc21c2409c82703856e1a8476f37 | |
parent | 593b07d25d31132ce2fc673bb607a17084e1afd6 (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.
-rw-r--r-- | Makefile.am | 2 |
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 \ |