[virt-tools-list] [PATCH virt-viewer] build-sys: man Makefile.am misc improvements
Eric Blake
eblake at redhat.com
Thu Apr 3 12:47:00 UTC 2014
On 04/03/2014 06:38 AM, Marc-André Lureau wrote:
> Make it silent.
> Clean it with regular clean rule.
> ---
> man/Makefile.am | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/man/Makefile.am b/man/Makefile.am
> index 13bfb94..5152815 100644
> --- a/man/Makefile.am
> +++ b/man/Makefile.am
> @@ -10,9 +10,9 @@ EXTRA_DIST = \
> virt-viewer.pod \
> $(NULL)
>
> -DISTCLEANFILES = $(man_MANS)
> +CLEANFILES = $(man_MANS)
Moving it to CLEANFILES now puts the burden on ALL users to have pod2man
installed before attempting to use the tarball. Are you sure you want
to go that direction?
>
> %.1: %.pod
> - pod2man -c "Virtualization Support" $< > $@
> + $(AM_V_GEN)pod2man -c "Virtualization Support" $< > $@
>
> -include $(top_srcdir)/git.mk
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20140403/538d3787/attachment.sig>
More information about the virt-tools-list
mailing list