summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2017-11-26 18:15:37 +0100
committerRoland Hieber <r.hieber@pengutronix.de>2018-10-09 11:45:25 +0200
commitbdb59b84c5f2cb936bde02224e928407e598f3b6 (patch)
tree2bcae7b3297d735ff1a2cc97804352c7b4e5af02
parent389fcd6e6204d758e83fceed4d03abfe1dc19d60 (diff)
downloadptxdist-bdb59b84c5f2cb936bde02224e928407e598f3b6.tar.gz
ptxdist-bdb59b84c5f2cb936bde02224e928407e598f3b6.tar.xz
docs: ref_manual: macros: document `get` macro
-rw-r--r--doc/ref_manual.rst18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index 25a69a173..27c1d348f 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -510,6 +510,24 @@ Usage:
Removes the given directory ``<directory path>``
+Get Stage Macros
+~~~~~~~~~~~~~~~~
+
+Macros for the *get* stage:
+
+.. _get:
+
+get
+~~~
+
+Usage:
+
+.. code-block:: make
+ $(call get, <prefix>)
+
+Downloads a tarball from ``<prefix>_URL`` to the path ``<prefix>_SOURCE``.
+The URL parameter can specify multiple URLs separated by whitespace,
+which can be used to specify mirror URLs.
Target-Install Macros
~~~~~~~~~~~~~~~~~~~~~