]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build-sys: Do not install README.md as end-user documentation 522/head
authorMichael Biebl <biebl@debian.org>
Wed, 8 Jul 2015 20:27:27 +0000 (22:27 +0200)
committerMichael Biebl <biebl@debian.org>
Wed, 8 Jul 2015 20:27:27 +0000 (22:27 +0200)
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

index df270884776c7267a8a0917e842ee8ffed84131f..e178bdcb99d10167cc26df3e771ccae25ad72da9 100644 (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 \