summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-06-04 15:37:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commit43599c9beae5d64e6f8425398bb40c98dda70077 (patch)
tree07cbeb68fe92dc8d0aded2a9a2c9f1061b5997ef /doc
parent5b523abe01cb41f8cd249bc03344125c879393b7 (diff)
downloadptxdist-43599c9beae5d64e6f8425398bb40c98dda70077.tar.gz
ptxdist-43599c9beae5d64e6f8425398bb40c98dda70077.tar.xz
References: add install_copy reference
Note: this does not work yet. Don't know why. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'doc')
-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
~~~~~~~~~~~~~