From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] doc: add new targets to "make help" output Date: Fri, 04 Aug 2017 00:50:24 +0200 Message-ID: <2383964.bQBCqqHOqo@xps> References: <1496699017-98327-1-git-send-email-erik.g.carrillo@intel.com> <1499447399-9467-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 1F7CF2C16 for ; Fri, 4 Aug 2017 00:50:26 +0200 (CEST) In-Reply-To: <1499447399-9467-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" Hi, Sorry for the very very late review. 07/07/2017 19:09, 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 > --- > + tags|gtags T= generate tags/gtags for given targets (T=) > + cscope T= generate cscope database for given targets (T=) No need of T= in the first column. It is specified only for install which has two different meanings with and without T=. You should also add etags I think.