From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44025) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjH7v-0000DE-8D for guix-patches@gnu.org; Tue, 15 Jan 2019 00:19:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gjH7u-0007m6-Mh for guix-patches@gnu.org; Tue, 15 Jan 2019 00:19:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60196) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gjH7u-0007m1-Is for guix-patches@gnu.org; Tue, 15 Jan 2019 00:19:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gjH7u-0003kk-DF for guix-patches@gnu.org; Tue, 15 Jan 2019 00:19:02 -0500 Subject: bug#34028: [PATCH] gnu: dbus: Build documentation (manpages and html). Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Maxim Cournoyer References: <875zuw1ye5.fsf@gmail.com> <87muo66u1x.fsf@gnu.org> Date: Tue, 15 Jan 2019 00:18:27 -0500 In-Reply-To: <87muo66u1x.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 12 Jan 2019 11:37:14 +0100") Message-ID: <87ef9eqz18.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 34028-done@debbugs.gnu.org Hey! Ludovic Court=C3=A8s writes: > Hi Maxim, > > Maxim Cournoyer skribis: > >>>>From 2067f89a28a631eb05dd7301c08554bb0e9faa96 Mon Sep 17 00:00:00 2001 >> From: Maxim Cournoyer >> Date: Thu, 10 Jan 2019 07:35:38 -0500 >> Subject: [PATCH] gnu: dbus: Build documentation (manpages and html). >> >> * gnu/packages/glib.scm (dbus)[native-inputs]: Add docbook-xml-4.4, >> docbook-xsl, doxygen, xmlto, libxml2, libxslt and yelp-tools. >> [outputs]: Add a "doc" output to hold the large HTML documentation. > > LGTM, and OK for =E2=80=98core-updates=E2=80=99. > > Thank you, > Ludo=E2=80=99. Thanks for taking a look! I've test building on core-updates and pushed as commit cff1927f30c00e6df5a3be5bd7cb769cd1345873. Thank you! Maxim