From: Dimitri John Ledkov Date: Wed, 8 Jul 2015 11:37:47 +0000 (+0100) Subject: automake: Do not install developer files on end-user systems. X-Git-Tag: v223~138^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=318b0fd7afe42b35f150eceebe54b95309037b39;p=platform%2Fupstream%2Fsystemd.git 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. --- diff --git a/Makefile.am b/Makefile.am index 19a3706..603a479 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 \