From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:59488) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h1LGA-0004jf-SV for qemu-devel@nongnu.org; Tue, 05 Mar 2019 20:22:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h1LGA-0004Lk-6K for qemu-devel@nongnu.org; Tue, 05 Mar 2019 20:22:14 -0500 Received: from mail-pf1-x442.google.com ([2607:f8b0:4864:20::442]:35407) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h1LGA-0004LX-04 for qemu-devel@nongnu.org; Tue, 05 Mar 2019 20:22:14 -0500 Received: by mail-pf1-x442.google.com with SMTP id j5so7114756pfa.2 for ; Tue, 05 Mar 2019 17:22:13 -0800 (PST) References: <20190305172139.32662-1-peter.maydell@linaro.org> <20190305172139.32662-10-peter.maydell@linaro.org> From: Richard Henderson Message-ID: Date: Tue, 5 Mar 2019 14:45:52 -0800 MIME-Version: 1.0 In-Reply-To: <20190305172139.32662-10-peter.maydell@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH v3 09/12] Makefile, configure: Support building rST documentation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: =?UTF-8?Q?Alex_Benn=c3=a9e?= , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= , Aleksandar Markovic On 3/5/19 9:21 AM, Peter Maydell wrote: > Add support to our configure and makefile machinery for building > our rST docs into HTML files. > > Building the documentation now requires that sphinx-build is > available; this seems better than allowing half the docs to > be built if it is not present but having half of them missing. > (In particular it means that assuming that distros configured with > --enable-docs they'll get a helpful error from configure telling > them the new build dependency.) > > Signed-off-by: Peter Maydell > Reviewed-by: Philippe Mathieu-Daudé > Tested-by: Philippe Mathieu-Daudé > Acked-by: Aleksandar Markovic > Message-id: 20190228145624.24885-10-peter.maydell@linaro.org > --- > configure | 15 +++++++++++++-- > Makefile | 45 ++++++++++++++++++++++++++++++++++++++++++--- > .gitignore | 1 + > 3 files changed, 56 insertions(+), 5 deletions(-) Reviewed-by: Richard Henderson r~