summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-04-11 04:27:07 (GMT)
committerGitHub <noreply@github.com>2018-04-11 04:27:07 (GMT)
commitffc638142d8bb5d70204047a7bd3bdd34b127d85 (patch)
tree317cf27c6163d608a3df30e15eecc540c7020ef4 /docs
parent7c3422675909ea8b117f94a26170af06a265477e (diff)
parentc4608f07f7e06a58d48d74b64296be663a94c604 (diff)
Merge pull request #937 from stilor/build-autotoolize
Autotoolize crosstool-ng
Diffstat (limited to 'docs')
-rw-r--r--docs/MANUAL_ONLINE5
-rw-r--r--docs/ct-ng.1.in21
2 files changed, 11 insertions, 15 deletions
diff --git a/docs/MANUAL_ONLINE b/docs/MANUAL_ONLINE
index 3f36b42..8457b20 100644
--- a/docs/MANUAL_ONLINE
+++ b/docs/MANUAL_ONLINE
@@ -1 +1,4 @@
-http://crosstool-ng.github.io/docs
+This is a development version of crosstool-NG. It does not ship with
+a user manual; please refer to the online documentation at:
+
+ http://crosstool-ng.github.io/docs
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"