summaryrefslogtreecommitdiffstats
path: root/doc/ref_manual.rst
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-06-07 12:24:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-06-20 15:04:35 +0200
commit2173682364523893c6579d8afb130028afe9c286 (patch)
treeedd1773af71fc43b7ecc8315bdb3109a55f94e77 /doc/ref_manual.rst
parent4de3ee9d66cff179c163731e5fe9bf4689f73c40 (diff)
downloadptxdist-2173682364523893c6579d8afb130028afe9c286.tar.gz
ptxdist-2173682364523893c6579d8afb130028afe9c286.tar.xz
doc: 'file://' is not a URL
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'doc/ref_manual.rst')
-rw-r--r--doc/ref_manual.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ref_manual.rst b/doc/ref_manual.rst
index e5c1d64e1..da2a3ff86 100644
--- a/doc/ref_manual.rst
+++ b/doc/ref_manual.rst
@@ -153,7 +153,7 @@ Package Definition
``cookie:<value>`` to specify a cookie that should be sent.
- Files in the local filesystem can be addressed with 'file://' URLs. In
+ Files in the local filesystem can be addressed with ``file://`` URLs. In
this case, the URL can also point to a directory. In this case
``<PKG>_DIR`` will be a symlink to the specified directory. 'lndir://'
can be used to create a shadow copy instead. For locations inside the BSP
@@ -176,7 +176,7 @@ Package Definition
to set this to anything other than
``$(SRCDIR)/$(<PKG>).$(<PKG>_SUFFIX)``.
- For local URLs ('file://' or 'lndir://') ``<PKG>_SOURCE`` must not be
+ For local URLs (``file://`` or ``lndir://``) ``<PKG>_SOURCE`` must not be
set.
``<PKG>_DIR``
@@ -194,7 +194,7 @@ Package Definition
``<PKG>_LICENSE_FILES``
A space separated list of URLs of license text files. The URLs must be
- 'file://' URLs relative to ``<PKG>_DIR``. Absolute URLs using
+ ``file://`` URLs relative to ``<PKG>_DIR``. Absolute URLs using
``$(PTXDIST_WORKSPACE)`` can be used in case the license text is missing
in the upstream archive. Arguments are appended with ';' as separator.
The ``md5=<md5sum>`` argument is mandatory. It defines the md5 checksum
@@ -236,7 +236,7 @@ of the corresponding target package if it exists.
default is ``YES`` for cmake packages and ``NO`` for everything else.
It will use ``$(<PKG>_DIR)-build`` as build directory.
- This is especially useful for 'file://' URLS that point to directories to
+ This is especially useful for ``file://`` URLS that point to directories to
keep the source tree free of build files.
``<PKG>_SUBDIR``