diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-03 17:23:17 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-10-03 17:23:17 +0200 |
commit | 1e1f247accfb508c7094294627f6f0b765b2da18 (patch) | |
tree | 227e79ae4b5b7623dfb950fba91d6fc8aac6f674 | |
parent | 947df3a503aa3c0dc8b6ad3cfa37f5f8b076e984 (diff) | |
download | crosstool-ng-1e1f247accfb508c7094294627f6f0b765b2da18.tar.gz crosstool-ng-1e1f247accfb508c7094294627f6f0b765b2da18.tar.bz2 crosstool-ng-1e1f247accfb508c7094294627f6f0b765b2da18.zip |
doc: update documentation, mostly eye-candy
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | docs/overview.txt | 9 |
2 files changed, 8 insertions, 6 deletions
@@ -4,7 +4,7 @@ TABLE OF CONTENT / ________________/ - GETTING STARTED - - PARTICIPATING + - CONTRIBUTING - Sending a bug report - Sending patches - CREDITS @@ -22,6 +22,7 @@ You can find a (terse and WIP) documentation in docs/overview.txt. You can also point your browser to http://ymorin.is-a-geek.org/projects/crosstool + CONTRIBUTING / ____________/ @@ -87,11 +88,13 @@ Here's a typical hacking session: Note: replace' (at) ' above with a plain '@'. + CREDITS / _______/ The people that helped are listed in docs/CREDITS. Many thanks to them! :-) + KNOWN ISSUES / ____________/ diff --git a/docs/overview.txt b/docs/overview.txt index 8d9a6f04..61b4cba5 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -27,6 +27,7 @@ Running crosstool-NG Note on // jobs Tools wrapper Using the toolchain + The 'populate' script Toolchain types Seemingly-native toolchains Internals @@ -155,11 +156,9 @@ Stay in the directory holding the sources, and run: See below for complete usage. -Now, provided you checked-out the code, you can send me your interesting changes -by running: - svn diff - -and mailing me the result! :-P +Now, provided you used a clone of the repository, you can send me your changes. +See the file README, at the top of crosstool-NG source, for how to submit +changees. Preparing for packaging | ------------------------+ |