Re: documentation about AM_CPPFLAGS and VPATH builds

2011-08-03 Thread Stefano Lattarini
Attached is what I've finally pushed in Bruno's name. Both the generated HTML and PDF look good to me. Thanks again to Bruno and to all the other people involved in the creation of this patch. Regards, Stefano From 5d4dc886c0863ed2a4fdec933a1bded31402094b Mon Sep 17 00:00:00 2001 Message-Id: <

Re: documentation about AM_CPPFLAGS and VPATH builds

2011-08-02 Thread Stefano Lattarini
On Tuesday 02 August 2011, Bruno Haible wrote: > Hi Stefano, > > > > +When a file to be included is generated during the build and not part > > > +of a distribution tarball, its location is under @code{$(builddir)}, > > > +not under @code{$(srcdir)}. This matters for builds outside the source > >

Re: documentation about AM_CPPFLAGS and VPATH builds

2011-08-01 Thread Bruno Haible
Hi Stefano, > > +When a file to be included is generated during the build and not part > > +of a distribution tarball, its location is under @code{$(builddir)}, > > +not under @code{$(srcdir)}. This matters for builds outside the source > > +tree (@pxref{VPATH Builds}). Therefore we recommend to

Re: documentation about AM_CPPFLAGS and VPATH builds

2011-08-01 Thread Stefano Lattarini
On Sunday 31 July 2011, Bruno Haible wrote: > Hi, > Hi Bruno. Thanks for the patch, and sorry for the delay. > Paul and Jim approved the idea to give a recommendation about how to set up > the -I options in AM_CPPFLAGS for dealing with VPATH builds. > > Originally I wanted to document this in th