diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-17 23:05:01 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-08-17 23:05:01 +0200 |
commit | f2f6d799c55e5be1b1c4d38a9b61d9bfc1f692f2 (patch) | |
tree | 60c4938c692930597f9794786552d2e7ab561c18 /docs | |
parent | d706bf2e6bf9d600a8f97029eefdbe81fd9b9e37 (diff) | |
download | crosstool-ng-f2f6d799c55e5be1b1c4d38a9b61d9bfc1f692f2.tar.gz crosstool-ng-f2f6d799c55e5be1b1c4d38a9b61d9bfc1f692f2.tar.bz2 crosstool-ng-f2f6d799c55e5be1b1c4d38a9b61d9bfc1f692f2.zip |
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.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in index d7113694..a7885166 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 |