From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:mime-version; bh=4pfChPMXwDTxomXEVZH4TbgHIC4iNCigzkgtqR0Rf48=; b=oUaZg4aToD+ck2rtiFm33tM/mvvjJztdOiXkuC5vxR5UMv5OUFz26r8KWbocnYi89H HuAAXaFMXRSF0kLqoItz0vN0vV8ktOfsKY0sXfPqEcrFZ2P6VYV14Gpud2y+x46MUeMg mXmbwJNtf6CfnxuNfXD7mhaZQCoQ4t9cOCrPiU2H/se1Z02rXlRP4MCRwJW+3KQ4lVa4 q6K7pctVVMVA/+DjaUiv7pTRML/qrnCEMu7gEntvuNjLkaxHdh25VHA4cay3htvFgPzp pqy5F1TLhGXO66J/n49amQv4b5byiVfdFSEBtHwDbO/Xhey05T6faBTqXOdhPEP3KWPc QqOg== X-Gm-Message-State: AGRZ1gKJmihhGyC67KZnQCIUcNE4nfQl+7booeJwZYp2TGt/2KNYKFDb V5zTOZPcAN11hekckJJEZkA= X-Google-Smtp-Source: AJdET5fMO30OTk1/GtPrO/BsQ/fuPCc/pnVYztjVaAM8+U3fJVkACOlvASgWTbtgSIm4aXUl4XewVA== X-Received: by 2002:adf:dd0c:: with SMTP id a12-v6mr13482056wrm.2.1540807271479; Mon, 29 Oct 2018 03:01:11 -0700 (PDT) Received: from localhost ([2a01:4b00:f419:6f00:8361:8946:ba2b:d556]) by smtp.gmail.com with ESMTPSA id 140-v6sm12747690wmx.34.2018.10.29.03.01.09 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 29 Oct 2018 03:01:10 -0700 (PDT) Message-ID: <1540807268.29722.1.camel@debian.org> From: Luca Boccassi To: Thomas Monjalon , bruce.richardson@intel.com Cc: dev@dpdk.org, Timothy Redaelli Date: Mon, 29 Oct 2018 10:01:08 +0000 In-Reply-To: <1919106.6oOIkQuhtx@xps> References: <20180911161322.20114-1-bruce.richardson@intel.com> <20180920132208.14583-1-bluca@debian.org> <20180920155118.2230e6ac@redhat.com> <1919106.6oOIkQuhtx@xps> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.22.6-1+deb9u1 Mime-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3] doc: support building HTML guides with meson X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2018 10:01:12 -0000 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