From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 2E164A0487 for ; Sat, 6 Jul 2019 00:11:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 4CFF91BE1F; Sat, 6 Jul 2019 00:11:48 +0200 (CEST) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 464F01BE06; Sat, 6 Jul 2019 00:11:46 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id B8DA72129D; Fri, 5 Jul 2019 18:11:45 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Fri, 05 Jul 2019 18:11:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=KI+tWkN0ka+SAHnkdaUEOVn8/rX9O3dxjJ4AK7MltiI=; b=fBvk4aoU3tLu xNOiBeHmWF4a9duau8BFqRzbFBAztPAMF++XGbuUmKzaIVhp25TqvM9GmEbIHc/y MJV2gC08rAMuWYlwZyWOR7D4QOB+SZJs3f1spr6IDIjDGjhQxZMTX5OABKJQArb9 xP93BKTpRrvsv1HUGNKicNftApTv/es= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=KI+tWkN0ka+SAHnkdaUEOVn8/rX9O3dxjJ4AK7Mlt iI=; b=ALR0veukJCdZvZDY8VYishi8d9awHSRcO+DBBwqV2VKPG7aRLxWdFF/O8 uybnnEV4xcwezHVcZE5JALa7voXSmFA9MejHYRAvXFGeoTIHT8zVGKgEvvzJmtgO AYosa85i2KpCCiWSu8xP6GfXajZDNJ0O4wfI/PrVXN7auHB3ib5qPKHbcnkfGcn0 zNfRUJhhAw3xQrMmqpc+8TVNqVUYWk+MvG5hjgShsYHxmBAi5qe2OgQnEuaSxNj/ 2HuqjPDVG4FSMIOBM27OsSTWqv2VnubF61eupA5NYMd6HccnsHoHUXdoa4PmpK5q jffTwOut0D/yXUMjGtLi8N+TbvLLg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrfeehgddtjecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 690B780059; Fri, 5 Jul 2019 18:11:44 -0400 (EDT) From: Thomas Monjalon To: Bruce Richardson Cc: dev@dpdk.org, Luca Boccassi , stable@dpdk.org, alialnu@mellanox.com Date: Sat, 06 Jul 2019 00:11:42 +0200 Message-ID: <6735804.OmKbJn5OPu@xps> In-Reply-To: <03dfd8754f96e58f324e47196d55af8c0f1d17d9.camel@debian.org> References: <20190705155655.31636-1-bruce.richardson@intel.com> <03dfd8754f96e58f324e47196d55af8c0f1d17d9.camel@debian.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] doc: fix doc build with latest 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 05/07/2019 18:31, Luca Boccassi: > On Fri, 2019-07-05 at 16:56 +0100, Bruce Richardson wrote: > > The latest versions of meson don't build targets when > > build_by_default is > > false but install is true, unlike older versions. We can fix this by > > having > > both build_by_default and install settings come from the build-time > > option. > > > > Bugzilla ID: 303 > > Fixes: d02a2dab2dfb ("doc: support building HTML guides with meson") > > Fixes: 720b14db3ae2 ("build: generate API documentation with meson") > > Cc: bluca@debian.org > > Cc: stable@dpdk.org > > Cc: alialnu@mellanox.com > > > > Reported-by: Ali Alnubani > > Signed-off-by: Bruce Richardson > > Acked-by: Luca Boccassi Applied, thanks