mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Robert Schwebel <r.schwebel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Robert Schwebel <r.schwebel@pengutronix.de>
Subject: [ptxdist] [PATCH 3/4] Documentation: avoid warning for unparsable make syntax
Date: Mon, 12 Jun 2017 21:23:23 +0200	[thread overview]
Message-ID: <20170612192324.19287-3-r.schwebel@pengutronix.de> (raw)
In-Reply-To: <20170612192324.19287-1-r.schwebel@pengutronix.de>

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.schwebel@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

  parent reply	other threads:[~2017-06-12 19:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-12 19:23 [ptxdist] [PATCH 1/4] Documentation: avoid "Title underline too short" warnings Robert Schwebel
2017-06-12 19:23 ` [ptxdist] [PATCH 2/4] " Robert Schwebel
2017-06-12 19:23 ` Robert Schwebel [this message]
2017-06-12 19:23 ` [ptxdist] [PATCH 4/4] Documentation: avoid warning for unparsable make syntax Robert Schwebel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170612192324.19287-3-r.schwebel@pengutronix.de \
    --to=r.schwebel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox