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: Wed, 15 Feb 2017 15:54:36 +0100 Message-ID: <2819918.VeLHT85l4r@xps13> References: <1487162338-18157-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id C07149E7 for ; Wed, 15 Feb 2017 15:54:37 +0100 (CET) Received: by mail-wm0-f45.google.com with SMTP id v186so43951394wmd.0 for ; Wed, 15 Feb 2017 06:54:37 -0800 (PST) In-Reply-To: <1487162338-18157-1-git-send-email-john.mcnamara@intel.com> 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-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 ;)