summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-20 08:24:33 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-20 08:24:39 +0200
commit140951b159e15d7cec4acb56cf42fc8989cce89c (patch)
tree23454475a6790b1a8249de2b93d4767380b1da42 /doc
parentdfc5890443a042d1744bce99bc2ecf6e1ebdff5f (diff)
downloadptxdist-140951b159e15d7cec4acb56cf42fc8989cce89c.tar.gz
ptxdist-140951b159e15d7cec4acb56cf42fc8989cce89c.tar.xz
doc: fix highlight parser warnings
These code sections cannot be parsed as 'make' code so don't try to use it. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/dev_manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index c638ad019..0fad96b5c 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -605,7 +605,7 @@ From the previous *install* stage we know this package installs an
executable called ``foo`` to location ``/usr/bin``. We can do the same
for our target by changing the *install\_copy* line to:
-.. code-block:: make
+.. code-block:: none
@$(call install_copy, foo, 0, 0, 0755, $(FOO_DIR)/foo, /usr/bin/foo)
@@ -1455,7 +1455,7 @@ Add binary Files File by File
Doing to on a file by file base can happen by just using the ``install_copy``
macro in the *targetinstall* stage in our own customized rules file.
-.. code-block:: make
+.. code-block:: none
@$(call install_copy, binary_example, 0, 0, 0644, \
</path/to/some/file/>ptx_logo.png, \
@@ -1485,7 +1485,7 @@ correct manner:
- user and group ID on a per file base
-.. code-block:: make
+.. code-block:: none
@$(call install_archive, binary_example, -, -, \
</path/to/an/>archive.tgz, /)