Next: Documentation (Info), Previous: Libraries, Up: Structure of a Domain [Contents]
The Documentation
location contains documentation for
libraries, applications, etc.
In GNUmakefiles, the Documentation location is available via
the GNUSTEP_DOC
variable, which is the location for the
domain in which the software will be installed. You can also
reference the locations in the various domains directly by using the
variables GNUSTEP_SYSTEM_DOC
, GNUSTEP_NETWORK_DOC
,
GNUSTEP_LOCAL_DOC
and GNUSTEP_USER_DOC
.
In gnustep-base, the Documentation locations are available by
using the NSDocumentationDirectory
directory key for
NSSearchPathForDirectoriesInDomains()
.