try to clarify usage a little

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39785 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2016-05-19 10:31:25 +00:00
parent 6743fe4f95
commit 53158f361d
3 changed files with 10 additions and 6 deletions

View file

@ -10,7 +10,10 @@ gnustep-config \- prints information about the current gnustep installation.
.RB | \-\-objc-flags | \-\-objc-libs | \-\-base-libs | \-\-gui-libs " ]"
.SH DESCRIPTION
.B gnustep-config
can print information about the currently installed GNUstep system. It can output dependend on the options used the different flags used for compilation, but also the different internal variables used by the make system.
can print information about the currently installed GNUstep system. Output
is generated dynamically based on environment variables such as
GNUSTEP_CONFIG_FILE and GNUSTEP_MAKEFILES,
though default values for these are generated when the tool is configured/installed. Output is primarily the locations in which various GNUstep resources are installed, but also provide flags used to build differnt types of GNUstep project.
.SH OPTIONS
.TP
.BI \-\-variable= variable

View file

@ -2,9 +2,10 @@
#
# @configure_input@
#
# Script that outputs GNUstep filesystem configuration; can
# be used by non-gnustep-make building/config systems to know
# how GNUstep is configured on this machine
# Script that outputs GNUstep filesystem configuration; Primarily to
# provide information about the default/current GNUstep installation,
# but may be used by non-gnustep-make building/config systems to ask
# gnustep-make how GNUstep is configured on this machine
#
# Copyright (C) 2007 Free Software Foundation, Inc.
#

View file

@ -739,7 +739,7 @@ endif
print-gnustep-make-help:
@(cat $(GNUSTEP_MAKEFILES)/gnustep-make-help | sed -e '/^#.*/d' -e 's/_MAKE_/$(notdir $(MAKE))/')
# These targets are used by gnustep-config to allow people to get
# These targets are used by gnustep-config to allow people to see the
# basic compilation/link flags for GNUstep ObjC code.
# Flags used when compiling ObjC
@ -762,7 +762,7 @@ print-gnustep-make-installation-domain:
@(echo $(GNUSTEP_INSTALLATION_DOMAIN))
# These targets are used if gnustep-config can't be found but GNUSTEP_MAKEFILES
# is defined ... they's let you get libraries and their headers (eg libobjc2)
# is defined ... they let you get libraries and their headers (eg libobjc2)
# installed in the right place.
print-gnustep-install-headers: