diff options
author | Dimitri John Ledkov <dimitri.j.ledkov@intel.com> | 2015-07-08 12:37:47 +0100 |
---|---|---|
committer | Dimitri John Ledkov <dimitri.j.ledkov@intel.com> | 2015-07-08 13:20:07 +0100 |
commit | 318b0fd7afe42b35f150eceebe54b95309037b39 (patch) | |
tree | 57068c7f6020ee623821eac83668fc9a97a6217c /Makefile.am | |
parent | 9a50ce20ef60263a6c88c29470ce761fcc424f2d (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 19a3706b18..603a479817 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ |