summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/dev_manual.rst2
-rw-r--r--doc/ref_manual.rst2
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index 3b084fb7f..7f9456185 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -1246,7 +1246,7 @@ in your own customized rules file.
The example above is from the file ``rules/binary_inst.make`` from
Pengutronix’s generic BSP. It copies the file ``ptx_logo.png`` from
within the BSP’s directory ``local_src/binary_example`` to target’s root
-filesystem. Refer [ref:sub:`i`\ nstall\ :sub:`c`\ opy] for further
+filesystem. Refer :ref:`install_copy` for further
information about using the ``install_copy`` macro.
The disadvantage of this method is: If we want to install more than one
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 658e5721e..af3393e7a 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -204,6 +204,8 @@ Usage:
Removes the given directory ``<directory path>``
+.. _install_copy:
+
install_copy
~~~~~~~~~~~~~