summaryrefslogtreecommitdiffstats
path: root/doc/ref_manual.rst
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/ref_manual.rst
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/ref_manual.rst')
-rw-r--r--doc/ref_manual.rst2
1 files changed, 2 insertions, 0 deletions
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
~~~~~~~~~~~~~~~