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

Marc-André Lureau mlureau at redhat.com
Thu Apr 3 13:37:32 UTC 2014



----- Original Message -----
> 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?

The man files are not in the dist, so it is needed anyway afaik

> >  
> >  %.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
> 
> 
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list




More information about the virt-tools-list mailing list