mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user