> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Wednesday, February 15, 2017 2:55 PM > To: Mcnamara, John <john.mcnam...@intel.com> > 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. John