These examples are by far no pure make, so remove the syntax
highlighting hint for make, to make this warning go away:

  docs/ref_manual.rst:980: WARNING: Could not lex literal_block as "make".  
Highlighting skipped.
  docs/ref_manual.rst:1011: WARNING: Could not lex literal_block as "make". 
Highlighting skipped.
  docs/ref_manual.rst:1040: WARNING: Could not lex literal_block as "make". 
Highlighting skipped.

Signed-off-by: Robert Schwebel <r.schwe...@pengutronix.de>
---
 doc/ref_manual.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 91b499c37..3013e5ff4 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -977,7 +977,7 @@ the string ``enable``, if unset to ``disable`` instead.
 
 Usage:
 
-.. code-block:: make
+.. code-block:: none
 
  --$(call ptx/endis, <variable>)-<parameter>
 
@@ -1008,7 +1008,7 @@ the string ``disable``, if unset to ``enable`` instead.
 
 Usage:
 
-.. code-block:: make
+.. code-block:: none
 
  --$(call ptx/disen, <variable>)-<parameter>
 
@@ -1037,7 +1037,7 @@ the string ``with``, if unset to ``without`` instead.
 
 Usage:
 
-.. code-block:: make
+.. code-block:: none
 
  --$(call ptx/wwo, <variable>)-<parameter>
 
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to