From 13318bbbf158c97fbc69f4fcdbc07cfb3f715506 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Thu, 3 Dec 2015 03:52:10 +0100 Subject: [PATCH] doc: fix make help Fix some errors and remove an unrelated paragraph. Signed-off-by: Thomas Monjalon --- doc/guides/prog_guide/dev_kit_root_make_help.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/doc/guides/prog_guide/dev_kit_root_make_help.rst b/doc/guides/prog_guide/dev_kit_root_make_help.rst index 6a48665e33..fb3520e139 100644 --- a/doc/guides/prog_guide/dev_kit_root_make_help.rst +++ b/doc/guides/prog_guide/dev_kit_root_make_help.rst @@ -138,7 +138,7 @@ Documentation Targets * doc - Generate the Doxygen documentation (API, html and pdf). + Generate the documentation (API and guides). * doc-api-html @@ -185,7 +185,7 @@ Misc Targets * help - Show this help. + Show a quick help. Other Useful Command-line Variables ----------------------------------- @@ -241,10 +241,3 @@ the EXTRA_CFLAGS environment variable should be set before compiling as follows: .. code-block:: console export EXTRA_CFLAGS='-O0 -g' - -The DPDK and any user or sample applications can then be compiled in the usual way. -For example: - -.. code-block:: console - - make install T=x86_64-native-linuxapp-gcc make -C examples/ -- 2.20.1