mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
a631ec8660
commit
280c635115
2 changed files with 8 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue