From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: add new targets to "make help" output Date: Tue, 06 Jun 2017 08:40:35 +0200 Message-ID: <1812046.q7RrQuKUUU@xps> References: <1496699017-98327-1-git-send-email-erik.g.carrillo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gabriel Carrillo Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 19A907CB1 for ; Tue, 6 Jun 2017 08:40:39 +0200 (CEST) In-Reply-To: <1496699017-98327-1-git-send-email-erik.g.carrillo@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" 05/06/2017 23:43, Gabriel Carrillo: > Commit aafaea3d3b70 ("devtools: add tags > and cscope index generation") introduced > new make targets. This change updates the > help target output to reflect the additions. > > Signed-off-by: Gabriel Carrillo > --- > doc/build-sdk-quick.txt | 3 +++ > 1 file changed, 3 insertions(+) > > --- a/doc/build-sdk-quick.txt > +++ b/doc/build-sdk-quick.txt > @@ -11,6 +11,9 @@ Build commands > examples_clean clean examples for given targets (T=) > test compile tests and run basic unit tests > test-* run specific subset of unit tests > + tags T= generate ctags for given targets (T=) > + gtags T= generate gtags for given targets (T=) > + cscope T= generate cscope database for given targets (T=) It should be a quick help. Either we put tags/cscope on one line or we put nothing at all.