Re: [PATCH virt-viewer] build-sys: man Makefile.am misc improvements

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list

[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux