From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] doc: fix garbage text in generated HTML guides Date: Wed, 19 Dec 2018 03:28:55 +0100 Message-ID: <1779038.8Nb24oYqjg@xps> References: <20181205142545.24633-1-bluca@debian.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, john.mcnamara@intel.com, marko.kovacevic@intel.com To: Luca Boccassi Return-path: In-Reply-To: <20181205142545.24633-1-bluca@debian.org> 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/12/2018 15:25, Luca Boccassi: > If the user has MAKEFLAGS set in the environment when building the > documentation, the doc/guides/conf.py script which calls "make" > exclusively to get the project version might pick up garbage from > stdout, like: > > FAQ — Data Plane Development Kit make[2]: > Entering directory '/build/1st/dpdk-18.11/doc/guides' > 18.11.0 > make[2]: Leaving directory '/build/1st/dpdk-18.11' > documentation > > Override MAKEFLAGS in the Python subprocess call to avoid this issue. > > Fixes: f7aaae2fe6f7 ("doc: add copyright and version") > Cc: stable@dpdk.org > > Signed-off-by: Luca Boccassi Applied, thanks