From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 7DB5047CD for ; Thu, 16 Feb 2017 16:01:44 +0100 (CET) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP; 16 Feb 2017 07:01:44 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,169,1484035200"; d="scan'208";a="65480869" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga005.jf.intel.com with ESMTP; 16 Feb 2017 07:01:43 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.77]) by IRSMSX151.ger.corp.intel.com ([169.254.4.20]) with mapi id 14.03.0248.002; Thu, 16 Feb 2017 15:01:42 +0000 From: "Mcnamara, John" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v1] doc: add template release notes for 17.05 Thread-Index: AQHSh4iBPM5xFrw2OkqJnXHuu5b9GqFqJ8gAgAGTqTA= Date: Thu, 16 Feb 2017 15:01:42 +0000 Message-ID: References: <1487162338-18157-1-git-send-email-john.mcnamara@intel.com> <2819918.VeLHT85l4r@xps13> In-Reply-To: <2819918.VeLHT85l4r@xps13> 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: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjM5ODFmYWUtYzRiZi00ZDE5LWI4OTQtNGU3OGM2MjNiOGRlIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkJ1Vk85ZHlFdUZ1T0Z1eHVCOE8yN0lQVVwvVnNRclN3VGtUVUt0dFwvYm9MUT0ifQ== x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v1] doc: add template release notes for 17.05 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: Thu, 16 Feb 2017 15:01:45 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Wednesday, February 15, 2017 2:55 PM > To: Mcnamara, John > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v1] doc: add template release notes for > 17.05 >=20 > 2017-02-15 12:38, John McNamara: > > + Build the docs and view the output file to ensure the changes are > correct:: > > + > > + make doc-guides-html > > + > > + firefox build/doc/html/guides/rel_notes/release_17_05.html >=20 > I would suggest xdg-open instead of firefox. > It is more open regarding chromium ;) I generally use xdg-open, which in my case gives me midori but for the docs it is probably better to have something that is easily recognizable as a browser. Either way I'm okay if you wish to make the change inline during merge. Or would you prefer a V2. John