summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2018-02-05 02:26:08 +0100
committerRoland Hieber <r.hieber@pengutronix.de>2018-10-09 15:19:23 +0200
commited4fdfc6e98acfe91aa826db1d90144482dffdf3 (patch)
tree343baaf287cfa1ed058f749fd39decb33a7f76e2
parent1d6cc923eb4ea190fcdf947b28c609b69a60f4e6 (diff)
downloadptxdist-ed4fdfc6e98acfe91aa826db1d90144482dffdf3.tar.gz
ptxdist-ed4fdfc6e98acfe91aa826db1d90144482dffdf3.tar.xz
WIP: doc: ref manual: install_tree knows a "strip" parameter too
WIP: add link to install_copy. Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
-rw-r--r--doc/ref_manual.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index e1b2369d5..e6b6e9332 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -778,7 +778,7 @@ Usage:
.. code-block:: make
- $(call install_tree, <package>, <UID>, <GID>, <source dir>, <destination dir>)
+ $(call install_tree, <package>, <UID>, <GID>, <source dir>, <destination dir>, <strip>])
Installs the whole directory tree with all files from the given directory into:
@@ -800,6 +800,8 @@ Some of the parameters have fixed meanings:
be ``-`` to use the package directory of the current package instead
**<destination dir>**
The basename of the to-be-installed tree in the root filesystem
+**<strip>**
+ same as for install_copy.
Note: This installation macro