automake: Do not install developer files on end-user systems.

autogen.sh, .dir-locals.el, .vimrc, .ycm_extra_conf.py, .travis.yml,
.mailmap files are only useful with the source tree, for the
developers. Do not install these files as documentation on the
end-user systems, but keep them distributed with the tarball.
This commit is contained in:
Dimitri John Ledkov 2015-07-08 12:37:47 +01:00
parent 9a50ce20ef
commit 318b0fd7af

View file

@ -647,7 +647,9 @@ dist_doc_DATA = \
DISTRO_PORTING \
src/libsystemd/sd-bus/PORTING-DBUS1 \
src/libsystemd/sd-bus/DIFFERENCES \
src/libsystemd/sd-bus/GVARIANT-SERIALIZATION \
src/libsystemd/sd-bus/GVARIANT-SERIALIZATION
EXTRA_DIST += \
autogen.sh \
.dir-locals.el \
.vimrc \