]> xenbits.xensource.com Git - libvirt.git/commit
build: avoid pod2man on tarball
authorEric Blake <eblake@redhat.com>
Wed, 29 Jun 2011 03:54:35 +0000 (21:54 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 29 Jun 2011 15:12:41 +0000 (09:12 -0600)
commitf1fea71df50b7ffa180d6ffbecf1b78329e8c5e4
treed3231ad4efb03071b944ae19d720b098a351471a
parent72882bc9d9c5f4e0f2593b359d4561accb177296
build: avoid pod2man on tarball

virt-sanlock-cleanup.8 has static contents (no dependency on
configure), but is generated by pod2man (a perl dependency that
maintainers must have, but which ordinary tarball users need
not have).  Therefore, ensure that it is always part of the
tarball, even though it is only conditionally installed.

This is similar to commit 6db98a2d4b, but made simpler by the fact
that the .8 page is static content.

* tools/Makefile.am (EXTRA_DIST): Add virt-sanlock-cleanup.8.
tools/Makefile.am