Re: [dpdk-dev] [PATCH] doc: add missing package dependency in contributors guide

2019-01-27 Thread Thomas Monjalon
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

[dpdk-dev] [PATCH] doc: add missing package dependency in contributors guide

2019-01-20 Thread 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-se