Eye-candy in the help entries.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Oct 14 19:29:25 2008 +0000 (2008-10-14)
changeset 932264d38e5b5ba
parent 931 6ce613108f43
child 933 fb5a4a36e0da
Eye-candy in the help entries.

/trunk/ct-ng.comp | 2 1 1 0 +-
/trunk/ct-ng.in | 6 3 3 0 +++---
/trunk/steps.mk | 6 3 3 0 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
ct-ng.comp
ct-ng.in
steps.mk
     1.1 --- a/ct-ng.comp	Tue Oct 14 19:19:20 2008 +0000
     1.2 +++ b/ct-ng.comp	Tue Oct 14 19:29:25 2008 +0000
     1.3 @@ -16,7 +16,7 @@
     1.4      actions='menuconfig oldconfig saveconfig
     1.5               list-samples build build. list-steps regtest regtest-local
     1.6               regtest-global clean distclean wiki-samples updatetools
     1.7 -             tarball'
     1.8 +             tarball version'
     1.9  
    1.10      vars="RESTART= STOP="
    1.11  
     2.1 --- a/ct-ng.in	Tue Oct 14 19:19:20 2008 +0000
     2.2 +++ b/ct-ng.in	Tue Oct 14 19:29:25 2008 +0000
     2.3 @@ -66,9 +66,9 @@
     2.4  
     2.5  help-tail::
     2.6  	@echo
     2.7 -	@echo  'Execute "$(CT_NG) config" or "$(CT_NG) menuconfig" to configure crosstool-NG'
     2.8 -	@echo  'Execute "$(CT_NG) build" to build your toolchain'
     2.9 -	@echo  'Execute "$(CT_NG) version" to see the version'
    2.10 +	@echo  'Use action "config" or "menuconfig" to configure crosstool-NG'
    2.11 +	@echo  'Use action "build" to build your toolchain'
    2.12 +	@echo  'Use action "version" to see the version'
    2.13  	@echo  'See "man 1 ct-ng" for some help as well'
    2.14  
    2.15  # End help system
     3.1 --- a/steps.mk	Tue Oct 14 19:19:20 2008 +0000
     3.2 +++ b/steps.mk	Tue Oct 14 19:29:25 2008 +0000
     3.3 @@ -38,6 +38,6 @@
     3.4  	@for step in $(CT_STEPS); do    \
     3.5  	     echo "  - $${step}";       \
     3.6  	 done
     3.7 -	@echo  'Use "$(CT_NG) <step>" to execute only that step.'
     3.8 -	@echo  'Use "$(CT_NG) +<step>" to execute up to that step.'
     3.9 -	@echo  'Use "$(CT_NG) <step>+" to execute from that step onward.'
    3.10 +	@echo  'Use "<step>" as action to execute only that step.'
    3.11 +	@echo  'Use "+<step>" as action to execute up to that step.'
    3.12 +	@echo  'Use "<step>+" as action to execute from that step onward.'