summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ct-ng.1.in21
1 files changed, 7 insertions, 14 deletions
diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in
index 4630f30..924bdd5 100644
--- a/docs/ct-ng.1.in
+++ b/docs/ct-ng.1.in
@@ -5,15 +5,15 @@
.\" Beautifying URLs
.mso www.tmac
.\"
-.TH crosstool-NG 1 "@@CT_DATE@@" "version @@CT_VERSION@@" "User Commands"
+.TH crosstool-NG 1 "@DATE@" "version @PACKAGE_VERSION@" "User Commands"
.\"
.\"
.SH NAME
-@@CT_PROG_NAME@@, crosstool-NG \- Build cross-toolchains
+@progname@, crosstool-NG \- Build cross-toolchains
.\"
.\"
.SH SYNOPSIS
-.B @@CT_PROG_NAME@@ ACTION
+.B @progname@ ACTION
.\"
.\"
.SH DESCRIPTION
@@ -28,7 +28,7 @@ according to the targeted processor.
.SH ACTIONS
Here are the most commonly used actions. For other actions, please see the
documentation in
-.I @@CT_DOCDIR@@
+.I @docdir@
.TP
.B help
Prints a little help text.
@@ -53,7 +53,7 @@ configuration, and associated components' config files, into a sample. Samples
are saved in their own sub-directory, named after the target's tuple, in the
.I samples
sub-directory of the current directory. Samples can be later recalled by calling
-.B @@CT_PROG_NAME@@
+.B @progname@
with the target tuple they represent.
.\"
.TP
@@ -117,13 +117,6 @@ configuration file. The generated toolchain is left untouched, as well as
samples which are not removed.
.\"
.TP
-.B regtest
-Calls the
-.B crosstool-NG
-regression test suite. All samples are build, and the regression test suite is
-run against every one of them.
-.\"
-.TP
.B updatetools
Updates the
.I config.guess
@@ -144,7 +137,7 @@ The list of steps is viewable with the action
.\"
.SH EXIT VALUE
The
-.B @@CT_PROG_NAME@@
+.B @progname@
frontend is in fact a
.BR make (1)
script. See the man page for
@@ -170,7 +163,7 @@ Yann E. MORIN and a lot of contributors.
.\"
.SH SEE ALSO
You can find more in-depth documentation in
-.IR "@@CT_DOCDIR@@" .
+.IR "@docdir@" .
Please have a look at the
.URL "http://www.kegel.com/crosstool" "original crosstool" " by Daniel KEGEL"