Updated for new variable names GNUSTEP_xxx_DOC[_yyy] instead of GNUSTEP_xxx_DOCUMENTATION[_yyy]

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24694 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-02-26 18:12:48 +00:00
parent a631ec8660
commit 280c635115
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2007-02-26 Nicola Pero <nicola.pero@meta-innovation.com>
* gnustep-config.in: Updated help for the change of variable names
from GNUSTEP_SYSTEM_DOCUMENTATION to GNUSTEP_SYSTEM_DOC.
2007-02-26 Graham Lee <leeg@thaesofereode.info>
* gnustep-config.in: Bugfix to a test which stopped '--help' from

View file

@ -71,9 +71,9 @@ if [ "$1" = "--help" ]; then
echo " --variable=GNUSTEP_xxx_LIBRARY"
echo " --variable=GNUSTEP_xxx_HEADERS"
echo " --variable=GNUSTEP_xxx_LIBRARIES"
echo " --variable=GNUSTEP_xxx_DOCUMENTATION"
echo " --variable=GNUSTEP_xxx_DOCUMENTATION_MAN"
echo " --variable=GNUSTEP_xxx_DOCUMENTATION_INFO"
echo " --variable=GNUSTEP_xxx_DOC"
echo " --variable=GNUSTEP_xxx_DOC_MAN"
echo " --variable=GNUSTEP_xxx_DOC_INFO"
echo " where 'xxx' could be any of 'SYSTEM', 'NETWORK', 'LOCAL' and 'USER'."
echo
echo " For example, you could get the value of GNUSTEP_SYSTEM_TOOLS to find"