[dpdk-dev] [PATCH] mk: create pdf docs as a separate make target

2015-03-27 Thread Thomas Monjalon
2015-03-27 14:40, Mcnamara, John: > I acked the patch that introduced this change but we've had a number of > complaints from devs who don't want to or can't correctly install the > (largish) toolchain for PDF generation, or if they do, don't like the > extra time it takes. You forgot to quote my

[dpdk-dev] [PATCH] mk: create pdf docs as a separate make target

2015-03-27 Thread Thomas Monjalon
2015-03-27 14:34, John McNamara: > This patch separates out the PDF generation from 'make doc' to > 'make doc-pdf'. The docs can now be built as follows: > > make doc > make doc-pdf > > This is to: > * Reduce the PDF dependencies for people who only require > the Html docs. >

[dpdk-dev] [PATCH] mk: create pdf docs as a separate make target

2015-03-27 Thread Mcnamara, John
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, March 27, 2015 3:27 PM > To: Mcnamara, John > Cc: dev at dpdk.org > Subject: Re: [PATCH] mk: create pdf docs as a separate make target > > > NACK > > PDF can already be built with "make doc

[dpdk-dev] [PATCH] mk: create pdf docs as a separate make target

2015-03-27 Thread Mcnamara, John
> -Original Message- > From: Mcnamara, John > Sent: Friday, March 27, 2015 2:35 PM > To: dev at dpdk.org > Cc: thomas.monjalon at 6wind.com; Mcnamara, John > Subject: [PATCH] mk: create pdf docs as a separate make target Hi Thomas, I acked the patch that introduced this change but we've h

[dpdk-dev] [PATCH] mk: create pdf docs as a separate make target

2015-03-27 Thread John McNamara
This patch separates out the PDF generation from 'make doc' to 'make doc-pdf'. The docs can now be built as follows: make doc make doc-pdf This is to: * Reduce the PDF dependencies for people who only require the Html docs. * Speed up the doc build. Signed-off-by: John McNa