From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id EEA26B5ED for ; Mon, 16 Feb 2015 15:17:22 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 16 Feb 2015 06:17:20 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,587,1418112000"; d="scan'208";a="455283304" Received: from irsmsx104.ger.corp.intel.com ([163.33.3.159]) by FMSMGA003.fm.intel.com with ESMTP; 16 Feb 2015 06:02:23 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by IRSMSX104.ger.corp.intel.com ([169.254.5.145]) with mapi id 14.03.0195.001; Mon, 16 Feb 2015 14:16:36 +0000 From: "Iremonger, Bernard" To: "Mcnamara, John" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 1/5] mk: Add 'make doc-pdf' target to convert guide docs to pdf Thread-Index: AQHQP7vKDBBZy9jWZUuVXf1L3A78SpzzRPJAgAAhm0A= Date: Mon, 16 Feb 2015 14:16:35 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C2049E7FE0@IRSMSX108.ger.corp.intel.com> References: <1421255657-19521-1-git-send-email-john.mcnamara@intel.com> <1422972678-7982-1-git-send-email-john.mcnamara@intel.com> <1422972678-7982-2-git-send-email-john.mcnamara@intel.com> <8CEF83825BEC744B83065625E567D7C2049E7F31@IRSMSX108.ger.corp.intel.com> In-Reply-To: <8CEF83825BEC744B83065625E567D7C2049E7F31@IRSMSX108.ger.corp.intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 1/5] mk: Add 'make doc-pdf' target to convert guide docs to pdf 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: Mon, 16 Feb 2015 14:17:23 -0000 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of John McNamara > > Sent: Tuesday, February 3, 2015 2:11 PM > > To: dev@dpdk.org > > Subject: [dpdk-dev] [PATCH v4 1/5] mk: Add 'make doc-pdf' target to > > convert guide docs to pdf > > > > Added make system support for building PDF versions of the guides. > > Requires Python Sphinx and TexLive Full. > > > > Signed-off-by: John McNamara Acked-by: Bernard Iremonger