[dpdk-dev] doc: add new targets to "make help" output

Message ID 1496699017-98327-1-git-send-email-erik.g.carrillo@intel.com (mailing list archive)
State Superseded, archived
Delegated to: Thomas Monjalon
Headers

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK

Commit Message

Carrillo, Erik G June 5, 2017, 9:43 p.m. UTC
  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 <erik.g.carrillo@intel.com>
---
 doc/build-sdk-quick.txt | 3 +++
 1 file changed, 3 insertions(+)
  

Comments

Thomas Monjalon June 6, 2017, 6:40 a.m. UTC | #1
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 <erik.g.carrillo@intel.com>
> ---
>  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.
  

Patch

diff --git a/doc/build-sdk-quick.txt b/doc/build-sdk-quick.txt
index 8d41052..0b8a309 100644
--- 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=)
 Build variables
 	EXTRA_CPPFLAGS   preprocessor options
 	EXTRA_CFLAGS     compiler options