On 22 April 2018 at 10:28, Mathieu Lirzin wrote:
>
> > $(srcdir)/foo.1: foo.c foo$(EXEEXT)
> > -@case '$?' in \
> > *foo.c*)
> > $(AM_V_P) && set -x || echo " HELP2MAN $@"; \
> > LANGUAGE= help2man --output="$(srcdir)/foo.1" ./foo$(EXEEXT);; \
> > *) : ;; \
> > esac;
> >
> > Nice! The on
Hello Peter,
Peter Johansson writes:
> On 4/22/2018 1:13 AM, Mathieu Lirzin wrote:
>> Hello Reuben,
>>
>> Reuben Thomas writes:
>>
>>> In the manual, we are given the following pattern for using help2man
>>> without breaking make distcheck:
>>>
>>> foo.1: foo.c $(top_srcdir)/configure.ac
>>> $(
Reuben Thomas writes:
> On 21 April 2018 at 16:13, Mathieu Lirzin wrote:
>
> Reuben Thomas writes:
>
> > In the manual, we are given the following pattern for using help2man
> > without breaking make distcheck:
> >
> > foo.1: foo.c $(top_srcdir)/configure.ac
> > $(MAKE) $(AM_MAKEFLAGS) fo