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. > * Speed up the doc build. > > Signed-off-by: John McNamara <john.mcnamara at intel.com>
NACK PDF can already be built with "make doc-guides-pdf". And HTML can be built with "make doc-guides-html doc-api-html". When using "make doc", we expect building all docs.