From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: add template release notes for 17.05 Date: Fri, 17 Feb 2017 11:07:19 +0100 Message-ID: <2388353.BO9j0tXAKD@xps13> References: <1487162338-18157-1-git-send-email-john.mcnamara@intel.com> <2819918.VeLHT85l4r@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Mcnamara, John" Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 5D3EA952 for ; Fri, 17 Feb 2017 11:07:21 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id r141so6511734wmg.1 for ; Fri, 17 Feb 2017 02:07:21 -0800 (PST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2017-02-16 15:01, Mcnamara, John: > > > -----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 > > > > 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 > > > > 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. Midori? Seems another interesting choice:) Applied with this change, thanks