From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id D9E7F5A86 for ; Fri, 27 Mar 2015 17:03:21 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 27 Mar 2015 09:03:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.11,479,1422950400"; d="scan'208";a="698893251" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 27 Mar 2015 09:03:10 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX103.ger.corp.intel.com (163.33.3.157) with Microsoft SMTP Server (TLS) id 14.3.224.2; Fri, 27 Mar 2015 16:03:09 +0000 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.143]) by irsmsx155.ger.corp.intel.com ([169.254.14.173]) with mapi id 14.03.0224.002; Fri, 27 Mar 2015 16:03:08 +0000 From: "Mcnamara, John" To: Thomas Monjalon Thread-Topic: [PATCH] mk: create pdf docs as a separate make target Thread-Index: AQHQaJs3PYCQxskUK0S8s2XCLLUt850wc9yAgAAI9TA= Date: Fri, 27 Mar 2015 16:03:08 +0000 Message-ID: References: <1427466883-16624-1-git-send-email-john.mcnamara@intel.com> <2331351.1gzyaKcuLj@xps13> In-Reply-To: <2331351.1gzyaKcuLj@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH] mk: create pdf docs as a separate make target 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: Fri, 27 Mar 2015 16:03:22 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, March 27, 2015 3:27 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [PATCH] mk: create pdf docs as a separate make target >=20 >=20 > NACK >=20 > PDF can already be built with "make doc-guides-pdf". > And HTML can be built with "make doc-guides-html doc-api-html". >=20 Hi, I know that but clearly not everyone does. Do we document how to build the docs somewhere. If so I can submit a patch = outlining the various doc targets and the PDF prerequisites. John