summaryrefslogtreecommitdiffstats
path: root/doc/dev_manual.rst
diff options
context:
space:
mode:
authorEnrico Joerns <e.joerns@tu-bs.de>2015-06-02 17:29:46 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-12-03 22:37:00 +0100
commitf01119b7b44d371bfb51291314ef4357327d3423 (patch)
tree1fb9cb2f938fd7a9ddbd28ca3ad9af5060191190 /doc/dev_manual.rst
parent679ebd4804c9ac558e9fdae4a4fe32b4ac826a66 (diff)
downloadptxdist-f01119b7b44d371bfb51291314ef4357327d3423.tar.gz
ptxdist-f01119b7b44d371bfb51291314ef4357327d3423.tar.xz
doc: remove escaping in code sections
Signed-off-by: Enrico Joerns <e.joerns@tu-bs.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 1305174c1..78b49a3b4 100644
--- a/doc/dev_manual.rst
+++ b/doc/dev_manual.rst
@@ -222,7 +222,7 @@ directory first. Then we run
::
- $ ptxdist newpackage |\textless{}package type\textgreater{}|
+ $ ptxdist newpackage <package type>
If we omit the <``package type``\ >, PTXdist will list all available
package types.
@@ -430,15 +430,15 @@ file and we can simply run:
[...]
checking build system type... i686-host-linux-gnu
- checking host system type... |\ptxdistCompilerName{}|
+ checking host system type... <ptxdistCompilerName>
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
- checking for |\ptxdistCompilerName{}|-strip... |\ptxdistCompilerName{}|-strip
- checking for |\ptxdistCompilerName{}|-gcc... |\ptxdistCompilerName{}|-gcc
+ checking for <ptxdistCompilerName>-strip... <ptxdistCompilerName>-strip
+ checking for <ptxdistCompilerName>-gcc... <ptxdistCompilerName>-gcc
checking for C compiler default output file name... a.out
[...]
@@ -649,7 +649,7 @@ available:
::
- rules/ @\$@ find . -name \*.in | xargs grep "## SECTION"
+ rules/ $ find . -name \*.in | xargs grep "## SECTION"
./acpid.in:## SECTION=shell_and_console
./alsa-lib.in:## SECTION=system_libraries
./alsa-utils.in:## SECTION=multimedia_sound
@@ -736,7 +736,7 @@ To do a fast check if this addition was successful, we run:
::
$ ptxdist print FOO_AUTOCONF
- --prefix=/usr --sysconfdir=/etc --host=|\ptxdistCompilerName{}| --build=i686-host-linux-gnu --enable-debug --with-bar
+ --prefix=/usr --sysconfdir=/etc --host=<ptxdistCompilerName> --build=i686-host-linux-gnu --enable-debug --with-bar
Note: It depends on the currently selected platform and its architecture
what content this variable will have. The content shown above is an