From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=USecYH4NwhRa5Go/XM7f66azMI1RHFot2Z7D1lgWvtM=; b=cQVdDIfhvYBfaN8Dg6mvOE7M/DG9fpJi8hXR68S/IhunCxN92Dee20WJOaF7nXdZQb amsMxayTrhhP27vNIoExhI3lYAkFvpJuN3FUPgivle9duBkgEyVWwBzwAPZCX1y4hFrP m6/RTRwD135K+UV26Y1TbUpjtNIV9U04zrf9VJt/F+0YsvninB8jJG15OaZxKdZtZPy4 lxgtByrChMOYbVvxAey+BqmN/xugMitXHYisrwN6ihY3I3I3JsjMPGxpUnv0qzO7vGM+ ZmhYqrtjFC9tzfuQiruKRtZjWtFQekuvZHpybr1zMEqg83EPTbUwMcJxnrNUdzwH8axd Vctg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=USecYH4NwhRa5Go/XM7f66azMI1RHFot2Z7D1lgWvtM=; b=t7MXOhJiXL4sOqM41zqd9mMcQe9qGxx9nfKasl5CKxJa/voK7GgCZhhei/HZ+Z68Yt +jErFS/TXopDAkxcKrBsfBMOoX8/FifYc+CTChqhBgSZ22ADbqYk2CMNtXRv9lW0lYGC 3DKBqb+f5jYpY9hQIL2Mqw3oa55WBdcDxnjYFLYt+imakVUlpbPVBFBVBJ+UFr+dMJSF l7k/KmaMm9frDjyVV4Xut+hKEho4CBRn0tSOUtdF8YhPZv55fA76Ex1Obj4TxzV7dhsD 9XWsn76yM4lR9McfMd/tiEXOnlV6XtLBYnIC8Asg2se3bxvZhNnLtMYcx8SSIRFK6EE/ g0kA== X-Gm-Message-State: AMke39n21bFOKhUB19MSGFZyxydj26I/tW7jGm3VG9+9664CCA0rsxvBXRqiQPubqNTW3vSf X-Received: by 10.28.8.130 with SMTP id 124mr7911168wmi.65.1487170477526; Wed, 15 Feb 2017 06:54:37 -0800 (PST) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id y126sm7830505wmg.19.2017.02.15.06.54.36 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 15 Feb 2017 06:54:37 -0800 (PST) From: Thomas Monjalon To: John McNamara Cc: dev@dpdk.org Date: Wed, 15 Feb 2017 15:54:36 +0100 Message-ID: <2819918.VeLHT85l4r@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1487162338-18157-1-git-send-email-john.mcnamara@intel.com> References: <1487162338-18157-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Wed, 15 Feb 2017 14:54:37 -0000 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 ;)