From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 95AD32BF5 for ; Mon, 26 Jun 2017 16:46:38 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Jun 2017 07:46:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,396,1493708400"; d="scan'208";a="1164760644" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by fmsmga001.fm.intel.com with ESMTP; 26 Jun 2017 07:46:36 -0700 Received: from irsmsx104.ger.corp.intel.com ([169.254.5.26]) by IRSMSX101.ger.corp.intel.com ([169.254.1.242]) with mapi id 14.03.0319.002; Mon, 26 Jun 2017 15:46:36 +0100 From: "Mcnamara, John" To: "lboccass@brocade.com" , "dev@dpdk.org" CC: Luca Boccassi Thread-Topic: [dpdk-dev] [PATCH v3 2/8] mk: fix excluding .doctrees when installing docs Thread-Index: AQHS7FCuPkEjkCE2ukqxOLdidQKF2qI3PVPQ Date: Mon, 26 Jun 2017 14:46:35 +0000 Message-ID: References: <20170623181616.16981-1-lboccass@brocade.com> <20170623184153.24488-1-lboccass@brocade.com> <20170623184153.24488-3-lboccass@brocade.com> In-Reply-To: <20170623184153.24488-3-lboccass@brocade.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGU3ZTQ0OTItMWM3OC00MTgzLTlmMWItMzIyYWI4ZDBjZGE3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IkxncGppVUk3c2FhSHgwZk12SUQ0TWlyUmw5QmdsN3hXOXo5dnRDUEhaUW89In0= dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v3 2/8] mk: fix excluding .doctrees when installing docs X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jun 2017 14:46:39 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of lboccass@brocade.com > Sent: Friday, June 23, 2017 7:42 PM > To: dev@dpdk.org > Cc: Luca Boccassi > Subject: [dpdk-dev] [PATCH v3 2/8] mk: fix excluding .doctrees when > installing docs >=20 > From: Luca Boccassi >=20 > The --exclude parameter must be passed before the input directory to tar, > otherwise it's silently ignored and the .doctrees directory is installed > by make install-doc. >=20 > Signed-off-by: Luca Boccassi Nice fixes. Acked-by: John McNamara