[virt-tools-list] [PATCH 2/5] Fix MAINTAINERCLEANFILES variable
Fabiano Fidêncio
fidencio at redhat.com
Mon Nov 2 06:19:11 UTC 2015
On Thu, Oct 29, 2015 at 9:40 PM, Eduardo Lima (Etrunko)
<etrunko at redhat.com> wrote:
> Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
> ---
> man/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man/Makefile.am b/man/Makefile.am
> index 6ee3116..39b6019 100644
> --- a/man/Makefile.am
> +++ b/man/Makefile.am
> @@ -10,7 +10,7 @@ EXTRA_DIST = \
> virt-viewer.pod \
> $(NULL)
>
> -MAINTAINERCLEANFILES = $(man_MANS)
> +MAINTAINERCLEANFILES = $(dist_man_MANS)
>
> %.1: %.pod
> $(AM_V_GEN)pod2man -c "Virtualization Support" $< > $@
> --
> 2.4.3
>
> _______________________________________________
> virt-tools-list mailing list
> virt-tools-list at redhat.com
> https://www.redhat.com/mailman/listinfo/virt-tools-list
ack!
More information about the virt-tools-list
mailing list