From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luca Boccassi Subject: Re: [PATCH v3] doc: support building HTML guides with meson Date: Mon, 29 Oct 2018 10:01:08 +0000 Message-ID: <1540807268.29722.1.camel@debian.org> References: <20180911161322.20114-1-bruce.richardson@intel.com> <20180920132208.14583-1-bluca@debian.org> <20180920155118.2230e6ac@redhat.com> <1919106.6oOIkQuhtx@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Cc: dev@dpdk.org, Timothy Redaelli To: Thomas Monjalon , bruce.richardson@intel.com Return-path: Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by dpdk.org (Postfix) with ESMTP id 1AD2A23D for ; Mon, 29 Oct 2018 11:01:12 +0100 (CET) Received: by mail-wr1-f65.google.com with SMTP id y15-v6so7934771wru.9 for ; Mon, 29 Oct 2018 03:01:12 -0700 (PDT) In-Reply-To: <1919106.6oOIkQuhtx@xps> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Sat, 2018-10-27 at 23:54 +0200, Thomas Monjalon wrote: > 20/09/2018 15:51, Timothy Redaelli: > > On Thu, 20 Sep 2018 14:22:08 +0100 > > Luca Boccassi wrote: > >=20 > > > From: Bruce Richardson > > >=20 > > > Signed-off-by: Bruce Richardson > > > Signed-off-by: Luca Boccassi > >=20 > > Tested on Fedora 28 (sphinx 1.7.5) and RHEL 7.5 (sphinx 1.1.3) > >=20 > > Tested-by: Timothy Redaelli >=20 > Applied, thanks >=20 > In the build directory, docs are in > - doc/api/api/ > - doc/guides/guides/ > Why having the last level of (redundant) directory? Quirks due to the intersection of Meson and Sphinx/Doxygen and theirs respective quirks - it needs to be a new directory, and it needs to be called "guides/api" as that's what gets installed via ninja install. Yes it's not the prettiest in the build tree - suggestions to improve it are most welcome of course --=20 Kind regards, Luca Boccassi