From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] mk: fix pdf doc rules order Date: Wed, 01 Apr 2015 21:22:48 +0200 Message-ID: <4634326.zks7bAtCIX@xps13> References: <1427887965-19651-1-git-send-email-john.mcnamara@intel.com> <1427891478-26398-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: "Mcnamara, John" Return-path: In-Reply-To: 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-04-01 13:29, Mcnamara, John: > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org] > > Sent: Wednesday, April 1, 2015 1:31 PM > > To: dev-VfR2kkLFssw@public.gmane.org > > Cc: mukawa-AlSX/UN32fvPDbFq/vQRIQ@public.gmane.org; Mcnamara, John; De Lara Guarch, Pablo > > Subject: [PATCH v2] mk: fix pdf doc rules order > > > > From: John McNamara > > > > Re-ordered the guide-pdf-% and guide-% rules to allow the doc-guides-pdf > > target to build with make 3.81. It builds unmodified with all later > > versions of make. > > > > Reported-by: Tetsuya Mukawa > > Signed-off-by: John McNamara > > Signed-off-by: Thomas Monjalon > > --- > > v2: reorder also clean rules > > Hi Thomas, > > That is fine for consistency but there weren't any issues with "make doc-clean" and "make doc-guides-pdf-clean" in the V1 patch/original. > > But I'm fine with it like this as well. > > John. Fixes: ebf8050afd44 ("doc: add pdf output") Applied, thanks