diff options
author | Alexey Neyman <stilor@att.net> | 2018-03-31 13:12:54 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:03:17 -0700 |
commit | 56d785bd006ab823caf39fc16e2ae6833ef2d780 (patch) | |
tree | 3ed15bae8f6157da10e99a09bda4ad65f32ff628 /docs | |
parent | d6f5c308f9b9564df548d7d6a245a56dbf5360bc (diff) | |
download | crosstool-ng-56d785bd006ab823caf39fc16e2ae6833ef2d780.tar.gz crosstool-ng-56d785bd006ab823caf39fc16e2ae6833ef2d780.tar.bz2 crosstool-ng-56d785bd006ab823caf39fc16e2ae6833ef2d780.zip |
Docs installation
- Move downloading the pages from a website to a separate script, invoke
as dist hook
- Install manpage
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ct-ng.1.in | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in index 4630f30c..924bdd59 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" |