Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-04 Thread Christophe Fergeau
On Wed, May 04, 2016 at 09:09:41AM -0300, Eduardo Lima (Etrunko) wrote: > The thing to notice here is that we are talking about two different > events, one is configure and the other one is make. Make depends on the > results of configure, but there is no way to know, at configure time, > which arg

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-04 Thread Eduardo Lima (Etrunko)
On 05/04/2016 06:23 AM, Uri Lublin wrote: > On 05/03/2016 06:36 PM, Frediano Ziglio wrote: >>> >>> On 05/02/2016 07:39 AM, Uri Lublin wrote: On 04/26/2016 12:23 AM, Eduardo Lima (Etrunko) wrote: > The problem happens when you run 'make dist' in a system without > asciidoc installed. Ev

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-04 Thread Uri Lublin
On 05/03/2016 06:36 PM, Frediano Ziglio wrote: On 05/02/2016 07:39 AM, Uri Lublin wrote: On 04/26/2016 12:23 AM, Eduardo Lima (Etrunko) wrote: The problem happens when you run 'make dist' in a system without asciidoc installed. Even though in configure time there is a check for building the ma

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-03 Thread Frediano Ziglio
> > On 05/02/2016 07:39 AM, Uri Lublin wrote: > > On 04/26/2016 12:23 AM, Eduardo Lima (Etrunko) wrote: > >> The problem happens when you run 'make dist' in a system without > >> asciidoc installed. Even though in configure time there is a check for > >> building the manual, it is required to be b

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-03 Thread Eduardo Lima (Etrunko)
On 05/03/2016 06:08 AM, Uri Lublin wrote: > On 05/02/2016 03:32 PM, Eduardo Lima (Etrunko) wrote: >> On 05/02/2016 07:39 AM, Uri Lublin wrote: >>> On 04/26/2016 12:23 AM, Eduardo Lima (Etrunko) wrote: The problem happens when you run 'make dist' in a system without asciidoc installed. Eve

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-03 Thread Uri Lublin
On 05/02/2016 03:32 PM, Eduardo Lima (Etrunko) wrote: On 05/02/2016 07:39 AM, Uri Lublin wrote: On 04/26/2016 12:23 AM, Eduardo Lima (Etrunko) wrote: The problem happens when you run 'make dist' in a system without asciidoc installed. Even though in configure time there is a check for building

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-02 Thread Eduardo Lima (Etrunko)
On 05/02/2016 07:39 AM, Uri Lublin wrote: > On 04/26/2016 12:23 AM, Eduardo Lima (Etrunko) wrote: >> The problem happens when you run 'make dist' in a system without >> asciidoc installed. Even though in configure time there is a check for >> building the manual, it is required to be built for dist

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-02 Thread Eduardo Lima (Etrunko)
On 04/30/2016 04:19 AM, Victor Toso wrote: > Hey, > > On Mon, Apr 25, 2016 at 06:23:25PM -0300, Eduardo Lima (Etrunko) wrote: >> The problem happens when you run 'make dist' in a system without >> asciidoc installed. Even though in configure time there is a check for >> building the manual, it is

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-02 Thread Christophe Fergeau
On Mon, Apr 25, 2016 at 06:23:25PM -0300, Eduardo Lima (Etrunko) wrote: > The problem happens when you run 'make dist' in a system without > asciidoc installed. Even though in configure time there is a check for > building the manual, it is required to be built for distribution. Dunno if we should

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-02 Thread Uri Lublin
On 04/26/2016 12:23 AM, Eduardo Lima (Etrunko) wrote: The problem happens when you run 'make dist' in a system without asciidoc installed. Even though in configure time there is a check for building the manual, it is required to be built for distribution. Hi, I think we should not force buildi

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-05-01 Thread Frediano Ziglio
> > Hey, > > On Mon, Apr 25, 2016 at 06:23:25PM -0300, Eduardo Lima (Etrunko) wrote: > > The problem happens when you run 'make dist' in a system without > > asciidoc installed. Even though in configure time there is a check for > > building the manual, it is required to be built for distribution

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-04-30 Thread Victor Toso
Hey, On Mon, Apr 25, 2016 at 06:23:25PM -0300, Eduardo Lima (Etrunko) wrote: > The problem happens when you run 'make dist' in a system without > asciidoc installed. Even though in configure time there is a check for > building the manual, it is required to be built for distribution. > > Signed-o

Re: [Spice-devel] [PATCH] Make asciidoc a hard requirement

2016-04-29 Thread Eduardo Lima (Etrunko)
Any opinions here? On 04/25/2016 06:23 PM, Eduardo Lima (Etrunko) wrote: > The problem happens when you run 'make dist' in a system without > asciidoc installed. Even though in configure time there is a check for > building the manual, it is required to be built for distribution. > > Signed-off-b