From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add missing package dependency in contributors guide Date: Mon, 28 Jan 2019 02:01:09 +0100 Message-ID: <4075056.NiGGZ1MotS@xps> References: <20190120182947.7643-1-ramirose@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, stable@dpdk.org, vipin.varghese@intel.com To: Rami Rosen Return-path: In-Reply-To: <20190120182947.7643-1-ramirose@gmail.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 20/01/2019 19:29, Rami Rosen: > There is a missing depenency for building docs with "make doc-guides-pdf". > This causes it to break with "make[3]: latexmk: Command not found". This > was observed and reproted in https://bugs.dpdk.org/show_bug.cgi?id=182 > This patch fixes this issue by adding the latexmk package dependency in > sub-section 4.3.1 of the contributing guide ("Dependencies"). > > Cc: stable@dpdk.org > Signed-off-by: Rami Rosen Bugzilla ID: 182 Applied with small changes, thanks.