Re: [PATCH 6/6] Hack up distcheck for publican

2012-03-01 Thread Peter Hutterer
On Thu, Mar 01, 2012 at 10:32:28AM -0500, Gaetan Nadon wrote: > On 12-02-29 07:40 PM, Peter Hutterer wrote: > >> +# Copy the en_US source files into en-US destination > >> > +# This is required for out-of-source-tree build as publican does not > >> > allow us > >> > +# to specify the location of t

Re: [PATCH 6/6] Hack up distcheck for publican

2012-03-01 Thread Gaetan Nadon
On 12-02-29 07:40 PM, Peter Hutterer wrote: > I failed to figure out a sensible way to convince automake to install "every > file in this directory". Every instance I found on various forums yesterday > came down to the developer knowing the file list. I think having to maintain > the file list man

Re: [PATCH 6/6] Hack up distcheck for publican

2012-03-01 Thread Gaetan Nadon
On 12-02-29 07:40 PM, Peter Hutterer wrote: >> +# Copy the en_US source files into en-US destination >> > +# This is required for out-of-source-tree build as publican does not >> > allow us >> > +# to specify the location of the source code. >> > +$(builddir)/en-US/%: $(srcdir)/en_US/% $(builddir)

Re: [PATCH 6/6] Hack up distcheck for publican

2012-02-29 Thread Peter Hutterer
On Wed, Feb 29, 2012 at 05:15:44PM -0500, Gaetan Nadon wrote: > On 12-02-28 09:57 PM, Peter Hutterer wrote: > > Publican requires a read-write source tree, see > > http://bugzilla.redhat.com/show_bug.cgi?id=798484 > > > > And it currently cannot build out-of-tree, so we need to copy the sources > >

Re: [PATCH 6/6] Hack up distcheck for publican

2012-02-29 Thread Gaetan Nadon
On 12-02-28 09:57 PM, Peter Hutterer wrote: > Publican requires a read-write source tree, see > http://bugzilla.redhat.com/show_bug.cgi?id=798484 > > And it currently cannot build out-of-tree, so we need to copy the sources > into the _build tree and generate Protocol.xml into that tree too (we'd h

Re: [PATCH 6/6] Hack up distcheck for publican

2012-02-29 Thread Gaetan Nadon
On 12-02-28 09:57 PM, Peter Hutterer wrote: > Publican requires a read-write source tree, see > http://bugzilla.redhat.com/show_bug.cgi?id=798484 > > And it currently cannot build out-of-tree, so we need to copy the sources > into the _build tree and generate Protocol.xml into that tree too (we'd h

[PATCH 6/6] Hack up distcheck for publican

2012-02-28 Thread Peter Hutterer
Publican requires a read-write source tree, see http://bugzilla.redhat.com/show_bug.cgi?id=798484 And it currently cannot build out-of-tree, so we need to copy the sources into the _build tree and generate Protocol.xml into that tree too (we'd have to do this anyway since automake creates a read-o