summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-06-04 15:37:51 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commitf689cdcf7a1543782a04f27bea427262405159fc (patch)
tree0fdd187cf6cef7646fda82c4a8888bd25eeec09d /doc
parent43599c9beae5d64e6f8425398bb40c98dda70077 (diff)
downloadptxdist-f689cdcf7a1543782a04f27bea427262405159fc.tar.gz
ptxdist-f689cdcf7a1543782a04f27bea427262405159fc.tar.xz
References: add install_archive 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 7f9456185..178a8a0c3 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -1278,7 +1278,7 @@ correct manner:
The example shown above is from the file ``rules/binary_inst.make`` from
Pengutronix’s generic BSP. It extracts the archive ``pictures.tgz`` from
within the BSP’s directory ``local_src/archive_example`` to target’s
-root filesystem. Refer [ref:sub:`i`\ nstall\ :sub:`a`\ rchive] for
+root filesystem. Refer :ref:`install_archive` for
further information about using the ``install_archive`` macro.
Using an archive can be usefull to install parts of the root filesystem
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index af3393e7a..a77895d1d 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -513,6 +513,8 @@ Create a symbolic link as ``/usr/bin/foo`` pointing to ``/bin/bar``:
$(call install_link, foo, ../../bin/bar, /usr/bin/foo)
+.. _install_archive:
+
install_archive
~~~~~~~~~~~~~~~