From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mk: create pdf docs as a separate make target Date: Fri, 27 Mar 2015 16:27:29 +0100 Message-ID: <2331351.1gzyaKcuLj@xps13> References: <1427466883-16624-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: John McNamara Return-path: In-Reply-To: <1427466883-16624-1-git-send-email-john.mcnamara-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 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.