summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-17 21:05:01 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-08-17 21:05:01 (GMT)
commitf2f6d799c55e5be1b1c4d38a9b61d9bfc1f692f2 (patch)
tree60c4938c692930597f9794786552d2e7ab561c18 /docs
parentd706bf2e6bf9d600a8f97029eefdbe81fd9b9e37 (diff)
configure: handle --program-prefix
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'docs')
-rw-r--r--docs/ct-ng.1.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in
index d711369..a788516 100644
--- a/docs/ct-ng.1.in
+++ b/docs/ct-ng.1.in
@@ -9,11 +9,11 @@
."
."
.SH NAME
-ct-ng, crosstool-NG \- Build cross-toolchains
+@@CT_PROG_NAME@@, crosstool-NG \- Build cross-toolchains
."
."
.SH SYNOPSIS
-.B ct-ng ACTION
+.B @@CT_PROG_NAME@@ ACTION
."
."
.SH DESCRIPTION
@@ -56,7 +56,7 @@ If that was not clear:
.I `pwd`/samples/${CT_TARGET}/
Samples can be later recalled by calling
-.B ct-ng
+.B @@CT_PROG_NAME@@
with the target tuple they represent.
."
.TP
@@ -112,7 +112,7 @@ The list of steps is viewable with the action
."
.SH EXIT VALUE
The
-.B ct-ng
+.B @@CT_PROG_NAME@@
frontend is in fact a
.BR make (1)
script. See the man page for