From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id A09886942 for ; Wed, 1 Apr 2015 21:23:31 +0200 (CEST) Received: by widdi4 with SMTP id di4so56031508wid.0 for ; Wed, 01 Apr 2015 12:23:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=wE5J1K04BI2TPqM2jUx6uP82mYB1duh47ZbJsxPHIBQ=; b=VZ3HH6QRm/m9lGYNG6JepE+FpNhUXErSVraIMgM6IiOuYXFYqWAp8KmpuQFZcd+r38 m4zUWcTKYkx8wGhUAlNApSyFVvjA07MK5IglWh59dQyjBxhECebHo5YlxQTg0iteB9IC /BZA/J5tIY+QSzU+dRzoUr8DZRBQkDh/nFT77wz63VkpMsINE+o9e68o/5FXeWUeOcM4 jbGR1QDRbmRy4xhV5GNSj5f4/UkKLJU5JE+JhYO8+/6zQ6WJN88UPrqwHpZyQqdGppTd kkPS1gDq+HhoT0cRlbfmu1O0B0GdGw8XePY35aciQV6ZKhicia8vMDWxgIw1uHfw4vQe QCcw== X-Gm-Message-State: ALoCoQlYEUT5EE4fJDjwoyhlGB3j2rhaXfJYoqNvKprPJjHep7qK/hEtJL08bZQ0/oS3kDKQ+n1v X-Received: by 10.180.109.107 with SMTP id hr11mr17759258wib.5.1427916211509; Wed, 01 Apr 2015 12:23:31 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ew5sm26767160wic.14.2015.04.01.12.23.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 01 Apr 2015 12:23:30 -0700 (PDT) From: Thomas Monjalon To: "Mcnamara, John" Date: Wed, 01 Apr 2015 21:22:48 +0200 Message-ID: <4634326.zks7bAtCIX@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] mk: fix pdf doc rules order X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Apr 2015 19:23:31 -0000 2015-04-01 13:29, Mcnamara, John: > > -----Original Message----- > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > Sent: Wednesday, April 1, 2015 1:31 PM > > To: dev@dpdk.org > > Cc: mukawa@igel.co.jp; 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