]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
automake: Do not install developer files on end-user systems. 515/head
authorDimitri John Ledkov <dimitri.j.ledkov@intel.com>
Wed, 8 Jul 2015 11:37:47 +0000 (12:37 +0100)
committerDimitri John Ledkov <dimitri.j.ledkov@intel.com>
Wed, 8 Jul 2015 12:20:07 +0000 (13:20 +0100)
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.

Makefile.am

index 19a3706b18781bfb2a2b9067af8a2d4dbcbcbce8..603a4798176f4c2e8994b4e185c4eb42955dee45 100644 (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 \