[zeromq-dev] Small bug in doc/Makefile.am

Pieter Hintjens ph at imatix.com
Fri Jul 25 10:29:11 CEST 2014


Hi Richard,

Would you make a patch for this and send us a pull request? If you
can't for any reason, I'll make the change.

Thanks
Pieter

On Thu, Jul 24, 2014 at 7:36 PM, Richard Sharpe
<realrichardsharpe at gmail.com> wrote:
> Hi folks,
>
> When you are building out of tree there is a small problem in doc/Makefile.am:
>
> diff --git a/doc/Makefile.am b/doc/Makefile.am
> index 2139359..f52cec3 100644
> --- a/doc/Makefile.am
> +++ b/doc/Makefile.am
> @@ -50,5 +50,5 @@ SUFFIXES=.html .txt .xml .3 .7
>  .xml.7:
>         xmlto man $<
>  zmq_epgm.7: zmq_pgm.7
> -       cp zmq_pgm.7 $@
> +       cp $< $@
>  endif
>
>
> --
> Regards,
> Richard Sharpe
> (何以解憂?唯有杜康。--曹操)
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev



More information about the zeromq-dev mailing list