aboutsummaryrefslogtreecommitdiff
path: root/docs/ct-ng.1.in
Commit message (Collapse)AuthorAgeFilesLines
* Update man page to explictly point to overview.txt.Yann E. MORIN"2007-07-091-1/+5
| | | | In overview.txt, document usage of the populate script.
* Get rid of eclipse fiels once and for all.Yann E. MORIN"2007-07-021-21/+17
| | | | | | | | | Homogenise the references to crosstool-NG: - the project is named "crosstool-NG" - the front-end is named "ct-ng" - don't use shortcuts (such as "ct-ng" to stand for "crosstool-NG") Default action is to print help. Don't speak of make rules when dumping help, just speak of actions.
* Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"2007-07-011-0/+174
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>