]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpm: move pod2man & rst2html deps outside the autotools conditional
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 6 Dec 2019 13:56:22 +0000 (13:56 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Wed, 11 Dec 2019 14:28:40 +0000 (14:28 +0000)
commit4954f8c0c7112665573bb6ba44ab7f3cea097774
tree401d73c02aa4646466e9583f1e4b2899c540ff3f
parent2979b88609b8eceb8e63247ad5339a212ccdfcea
rpm: move pod2man & rst2html deps outside the autotools conditional

The generated man pages were previously bundled in the dist, so pod2man
was inside the autotools conditional. We no longer bundle any generated
files in the dist though, so pod2man must always be present.

rst2html then mistakenly just followed what pod2man did.

Reviewed-by: Cole Robinson <crobinso@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
libvirt.spec.in