Make this warning go away, by adding more make syntax:

  ref_manual.rst:959: WARNING: Could not lex literal_block as "make". 
Highlighting skipped.

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

diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 3fb457daf..91b499c37 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -958,9 +958,10 @@ be installed with some other ``install_*`` command before
 
 .. code-block:: make
 
- @$(call install_replace, timezone, /etc/timezone, @TIMEZONE@, \
-        $(PTXCONF_TIMEZONE_LOCALTIME))
-
+   $(STATEDIR)/timezone.targetinstall:
+        ...
+       @$(call install_replace, timezone, /etc/timezone, @TIMEZONE@, \
+               $(PTXCONF_TIMEZONE_LOCALTIME))
 
 .. _param_macros:
 
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to