summaryrefslogtreecommitdiffstats
path: root/doc/dev_manual.rst
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-06-04 15:56:05 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commit2a92ecf788697611432156baaf4b3930b6e53e93 (patch)
treec23f62063cbf8413c4ecb53b87931a624f85998f /doc/dev_manual.rst
parentcc68c7a8e613684b76b4821d262468bec391b8ba (diff)
downloadptxdist-2a92ecf788697611432156baaf4b3930b6e53e93.tar.gz
ptxdist-2a92ecf788697611432156baaf4b3930b6e53e93.tar.xz
Developer's Manual: just beautifying
Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'doc/dev_manual.rst')
-rw-r--r--doc/dev_manual.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/dev_manual.rst b/doc/dev_manual.rst
index faeffc829..dfd2c040b 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -322,25 +322,25 @@ other rule files PTXdist comes with. Up to the underline character is
always the package name and after the underline character is always
PTXdist specific. What does it mean:
-- \*\_VERSION brings in the version number of the release and is used
+- ``*_VERSION`` brings in the version number of the release and is used
for the download and IPKG/OPKG package generation.
-- \*\_MD5 to be sure the correct package has been downloaded, PTXdist
+- ``*_MD5`` to be sure the correct package has been downloaded, PTXdist
checks the given MD5 sum against the archive content. If both sums do
not match, PTXdist rejects the archive and fails the currently
running build.
-- \*\_SUFFIX defines the archive type, to make PTXdist choosing the
+- ``*_SUFFIX`` defines the archive type, to make PTXdist choosing the
correct extracting tool.
-- \*\_URL defines the full qualified URL into the web for download. If
+- ``*_URL`` defines the full qualified URL into the web for download. If
alternative download locations are known, they can be listed in this
variable, delimiter character is the space.
-- \*\_DIR points to the directory this package will be build later on
+- ``*_DIR`` points to the directory this package will be build later on
by PTXdist
-- \*\_LICENSE enables the user to get a list of licenses she/he is
+- ``*_LICENSE`` enables the user to get a list of licenses she/he is
using in her/his project (licenses of the enabled packages).
After enabling the menu entry, we can start to check the *get* and