summaryrefslogtreecommitdiffstats
path: root/doc/ref_make_macros.rst
diff options
context:
space:
mode:
authorThorsten Scherer <t.scherer@eckelmann.de>2022-12-01 09:26:36 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-12-02 11:42:26 +0100
commit17305cba0d3cc5d4b0391f64be520f47d7723633 (patch)
tree2f58cd86e647d7a71edfcd228d1987ff7b1114e8 /doc/ref_make_macros.rst
parentc2f969e3904e09fb2c50a0654323ed5813151358 (diff)
downloadptxdist-17305cba0d3cc5d4b0391f64be520f47d7723633.tar.gz
ptxdist-17305cba0d3cc5d4b0391f64be520f47d7723633.tar.xz
doc: Fix sphinx warning
ref_make_macros.rst:158: WARNING: Could not lex literal_block as "make". Highlighting skipped. Use "code-block:: none" as in doc/dev_add_bin_only_files.rst. Message-Id: <20221201082636.q7j5ijxxu33m5vaf@NB142.eckelmann.group> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc/ref_make_macros.rst')
-rw-r--r--doc/ref_make_macros.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref_make_macros.rst b/doc/ref_make_macros.rst
index 684390089..a9ba31c48 100644
--- a/doc/ref_make_macros.rst
+++ b/doc/ref_make_macros.rst
@@ -155,7 +155,7 @@ ptx/image-install, ptx/image-install-link, world/image-clean
Usage:
-.. code-block:: make
+.. code-block:: none
@$(call world/image-clean, <PKG>)
@$(call ptx/image-install, <PKG>, $(<PKG>_BUILD_DIR)/<source-image-name>[, <image-name>])