summaryrefslogtreecommitdiff
path: root/docs/ct-ng.1.in
AgeCommit message (Collapse)AuthorFilesLines
2008-06-25Update documentation.Yann E. MORIN"1-17/+1
/trunk/docs/overview.txt | 37 27 10 0 +++++++++++++++++++++++++++---------- /trunk/docs/ct-ng.1.in | 18 1 17 0 +----------------- 2 files changed, 28 insertions(+), 27 deletions(-)
2007-08-15Change "triplet" (target triplet) to "tuple". That sounds better!Yann E. MORIN"1-3/+3
Document overriding the number of // jobs. Some small documentation fixes.
2007-07-30Small typo fix.Yann E. MORIN"1-1/+1
2007-07-09Update man page to explictly point to overview.txt.Yann E. MORIN"1-1/+5
In overview.txt, document usage of the populate script.
2007-07-02Get rid of eclipse fiels once and for all.Yann E. MORIN"1-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.
2007-07-01Merge the build system to trunk: ct-ng is now installable:Yann E. MORIN"1-0/+174
- ./configure --prefix=/some/place - make - make install - export PATH="${PATH}:/some/place/bin" - ct-ng <action>