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:
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.
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
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
_
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
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
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