mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
put user domain in the same place as all the others for standalone build/install
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@34018 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
72f937026b
commit
c31e244d02
1 changed files with 12 additions and 11 deletions
|
@ -72,16 +72,17 @@ GNUSTEP_LOCAL_DOC=/standalone/Documentation
|
|||
GNUSTEP_LOCAL_DOC_MAN=/standalone/man
|
||||
GNUSTEP_LOCAL_DOC_INFO=/standalone/info
|
||||
|
||||
GNUSTEP_USER_DIR_APPS=GNUstep/Applications
|
||||
GNUSTEP_USER_DIR_ADMIN_APPS=GNUstep/Applications/Admin
|
||||
GNUSTEP_USER_DIR_WEB_APPS=GNUstep/WebApplications
|
||||
GNUSTEP_USER_DIR_TOOLS=GNUstep/Tools
|
||||
GNUSTEP_USER_DIR_ADMIN_TOOLS=GNUstep/Tools/Admin
|
||||
GNUSTEP_USER_DIR_LIBRARY=GNUstep/Library
|
||||
GNUSTEP_USER_DIR_HEADERS=GNUstep/Library/Headers
|
||||
GNUSTEP_USER_DIR_LIBRARIES=GNUstep/Library/Libraries
|
||||
GNUSTEP_USER_DIR_DOC=GNUstep/Library/Documentation
|
||||
GNUSTEP_USER_DIR_DOC_MAN=GNUstep/Library/Documentation/man
|
||||
GNUSTEP_USER_DIR_DOC_INFO=GNUstep/Library/Documentation/info
|
||||
GNUSTEP_USER_DIR_APPS=/standalone
|
||||
GNUSTEP_USER_DIR_ADMIN_APPS=/standalone
|
||||
GNUSTEP_USER_DIR_WEB_APPS=/standalone
|
||||
GNUSTEP_USER_DIR_TOOLS=/standalone
|
||||
GNUSTEP_USER_DIR_ADMIN_TOOLS=/standalone
|
||||
GNUSTEP_USER_DIR_LIBRARY=/standalone
|
||||
GNUSTEP_USER_DIR_HEADERS=/standalone/include
|
||||
GNUSTEP_USER_DIR_LIBRARIES=/standalone
|
||||
GNUSTEP_USER_DIR_DOC=/standalone/Documentation
|
||||
GNUSTEP_USER_DIR_DOC_MAN=/standalone/man
|
||||
GNUSTEP_USER_DIR_DOC_INFO=/standalone/info
|
||||
|
||||
GNUSTEP_USER_CONFIG_FILE=.GNUstep.conf
|
||||
GNUSTEP_USER_DEFAULTS_DIR=GNUstep/Defaults
|
||||
|
|
Loading…
Reference in a new issue