Re: [Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Sylvain Petreolle
The user still wont know the documentation has failed, or he will have to search through the build logs. --- Bernhard Fischer <[EMAIL PROTECTED]> a écrit : > On Fri, Feb 10, 2006 at 09:59:55AM +0100, Michael Renzmann wrote: > >Hi. > > > >On Fri, 2006-02-10 at 09:54 +0100, Bernhard Fischer wrote:

Re: [Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Michael Renzmann
Hi. On Fri, 2006-02-10 at 10:33 +0100, Bernhard Fischer wrote: > >That would work, but the user won't be noticed of the fact that parts of > >the documentation isn't generated. > Not quite, you'll get > texi2html -monolithic etc failed > make: Error (ignored) > > and the build will move on. Uhm.

Re: [Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Bernhard Fischer
On Fri, Feb 10, 2006 at 09:59:55AM +0100, Michael Renzmann wrote: >Hi. > >On Fri, 2006-02-10 at 09:54 +0100, Bernhard Fischer wrote: >> What about just doing this >> -install -m 644 qemu-doc.html qemu-tech.html "$(docdir)" > >That would work, but the user won't be noticed of the fact that par

Re: [Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Michael Renzmann
Hi. On Fri, 2006-02-10 at 09:54 +0100, Bernhard Fischer wrote: > What about just doing this > -install -m 644 qemu-doc.html qemu-tech.html "$(docdir)" That would work, but the user won't be noticed of the fact that parts of the documentation isn't generated. Bye, Mike _

Re: [Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Bernhard Fischer
On Fri, Feb 10, 2006 at 08:48:39AM +0100, Michael Renzmann wrote: >Hi again. > >On Fri, 2006-02-10 at 08:43 +0100, Michael Renzmann wrote: >> The attached patch ... > >... contained some stuff that should have been ignored by diff. Sorry, >revised patch attached to this mail. >diff -urN qemu-cvs/M

Re: [Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Michael Renzmann
Hi again. On Fri, 2006-02-10 at 08:43 +0100, Michael Renzmann wrote: > The attached patch ... ... contained some stuff that should have been ignored by diff. Sorry, revised patch attached to this mail. Bye, Mike diff -urN qemu-cvs/Makefile qemu-cvs-o42/Makefile --- qemu-cvs/Makefile 2006-02-08 2

[Qemu-devel] [PATCH][RFC] Make documentation optional

2006-02-10 Thread Michael Renzmann
Hi. The compilation of the latest qemu CVS version aborted due to a missing texi2html package. In my opinion, the build shouldn't depend on texi2html and pod2man. I suggest to make the documentation optional and warn the user if any of the necessary tools are missing. The attached patch modifies