qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Don't install HTML if its not generated


From: Chris Bagwell
Subject: [Qemu-devel] [PATCH] Don't install HTML if its not generated
Date: Tue, 25 Apr 2006 21:10:25 -0500
User-agent: Thunderbird 1.5 (X11/20060313)

Hi all,

There was a patch added to CVS that detects if tools exist to build documentation. This helped me during the compile phase since I don't have those tools installed.

I had a failure during the install phase because it still tried to install the non-existent docs.

Following patch fixed that for me.

diff -r1.97 Makefile
58a59
> ifdef BUILD_DOCS
59a61
> endif

Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]