From 6f068aef44b86bb98942f07356ee0484da26d3d4 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 8 Jul 2015 22:27:27 +0200 Subject: 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. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3-54-g00ecf