From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 450E628F3 for ; Mon, 26 Sep 2016 17:14:21 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 26 Sep 2016 08:14:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,400,1470726000"; d="scan'208";a="173302412" Received: from irsmsx152.ger.corp.intel.com ([163.33.192.66]) by fmsmga004.fm.intel.com with ESMTP; 26 Sep 2016 08:14:14 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by IRSMSX152.ger.corp.intel.com ([169.254.6.13]) with mapi id 14.03.0248.002; Mon, 26 Sep 2016 16:14:12 +0100 From: "Mcnamara, John" To: Christian Ehrhardt , "thomas.monjalon@6wind.com" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 2/4] doc: rendering and installation of man pages Thread-Index: AQHSA1xwfbyqNTnDwUWnLUkZTBMA7aCMCnwQ Date: Mon, 26 Sep 2016 15:14:11 +0000 Message-ID: References: <1472629812-4397-1-git-send-email-christian.ehrhardt@canonical.com> <1472629812-4397-3-git-send-email-christian.ehrhardt@canonical.com> In-Reply-To: <1472629812-4397-3-git-send-email-christian.ehrhardt@canonical.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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNmZhOTJhN2EtOGJkNC00NDJmLWFiODktY2FhOGZmYTliN2FhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlgxTkU2SG5JVkRObGFvMVpEcmt3cGZUTGg3aW1OeGYwYllFellBR0ZCYWc9In0= 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 v2 2/4] doc: rendering and installation of man pages 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, 26 Sep 2016 15:14:21 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Christian Ehrhardt > Sent: Wednesday, August 31, 2016 8:50 AM > To: christian.ehrhardt@canonical.com; thomas.monjalon@6wind.com; > dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2 2/4] doc: rendering and installation of man > pages >=20 > This enables the rendering of rst into man pages as well as installing > them (if built) along the binaries. To do so there is a new make target > "doc-guides-man" which will render the rst files into man format. >=20 > Currently these three tools had docs that were compatible "enough" to mak= e > up for a reasonable manpage. > - testpmd > - dpdk-pdump > - dpdk-procinfo >=20 > Since a man page should be installed along the binary they are not > installed in install-doc but install-runtime insteade. If not explicitly > built by the "doc-guides-man" target before calling install-runtime there > is no change to the old behaviour. >=20 > Signed-off-by: Christian Ehrhardt Acked-by: John McNamara