mk: remove testall
[dpdk.git] / doc / guides / prog_guide / dev_kit_root_make_help.rst
index 4f30192..eb7da02 100644 (file)
@@ -138,25 +138,25 @@ Test Targets
 
         make test O=mybuild
 
-*   testall
+Documentation Targets
+---------------------
 
-    Launch automatic tests for all installed target directories (after a make install).
-    The name of the targets to test can be optionally specified using T=mytarget.
-    The target name can contain wildcard (\*) characters.
-    The list of available targets are in $(RTE_SDK)/config (remove the defconfig\_  prefix).
+*   doc
 
-    Examples:
+    Generate the Doxygen documentation (API, html and pdf).
 
-    .. code-block:: console
+*   doc-api-html
 
-        make testall, make testall T=x86_64-*
+    Generate the Doxygen API documentation in html.
 
-Documentation Targets
----------------------
+*   doc-guides-html
+
+    Generate the guides documentation in html.
+
+*   doc-guides-pdf
 
-*   doxydoc
+    Generate the guides documentation in pdf.
 
-    Generate the Doxygen documentation (pdf only).
 
 Deps Targets
 ------------
@@ -205,7 +205,7 @@ The following variables can be specified on the command line:
 
     Enable dependency debugging. This provides some useful information about why a target is built or not.
 
-*   EXTRA_CFLAGS=, EXTRA_LDFLAGS=, EXTRA_ASFLAGS=, EXTRA_CPPFLAGS=
+*   EXTRA_CFLAGS=, EXTRA_LDFLAGS=, EXTRA_LDLIBS=, EXTRA_ASFLAGS=, EXTRA_CPPFLAGS=
 
     Append specific compilation, link or asm flags.