doc: remove reference to rte.doc.mk in programmers guide

Message ID 20190225153703.1756-1-ramirose@gmail.com (mailing list archive)
State Accepted, archived
Delegated to: Thomas Monjalon
Headers
Series doc: remove reference to rte.doc.mk in programmers guide |

Checks

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

Commit Message

Rami Rosen Feb. 25, 2019, 3:37 p.m. UTC
  This patch removes the reference to rte.doc.mk in 
DPDK programmers guide.

Fixes: ee801f6cc7b8 ("mk: clean dead doc rules")
Cc: stable@dpdk.org

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 doc/guides/prog_guide/dev_kit_build_system.rst | 2 --
 1 file changed, 2 deletions(-)
  

Comments

Ferruh Yigit March 5, 2019, 10:42 a.m. UTC | #1
On 2/25/2019 3:37 PM, Rami Rosen wrote:
> This patch removes the reference to rte.doc.mk in 
> DPDK programmers guide.
> 
> Fixes: ee801f6cc7b8 ("mk: clean dead doc rules")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>

Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Applied, thanks.
  

Patch

diff --git a/doc/guides/prog_guide/dev_kit_build_system.rst b/doc/guides/prog_guide/dev_kit_build_system.rst
index 855b5da53..8cb63c9a0 100644
--- a/doc/guides/prog_guide/dev_kit_build_system.rst
+++ b/doc/guides/prog_guide/dev_kit_build_system.rst
@@ -173,8 +173,6 @@  Objects
 Misc
 ^^^^
 
-*   rte.doc.mk: Documentation in the development kit framework
-
 *   rte.gnuconfigure.mk: Build an application that is configure-based.
 
 *   rte.subdir.mk: Build several directories in the development kit framework.