Ralf Wildenhues wrote:
> * Andreas Otto wrote on Fri, May 08, 2009 at 01:28:16PM CEST:
>> I missing one target in automake to create a binary distribution
>
> You can just write one in your Makefile.am, as a plain 'make' rule.
> For reusability, you can also put it in a fragment file and include
Hi William,
* William Pursell wrote on Sun, May 10, 2009 at 09:09:23AM CEST:
> Ralf Wildenhues wrote:
> > You can just write one in your Makefile.am, as a plain 'make' rule.
> > For reusability, you can also put it in a fragment file and include it
> > in your Makefile.am.
>
> I have a "best prac