Added comment explaining how to add your own entries to Info-gnustep.plist for apps, bundles and frameworks

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26944 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2008-10-21 11:18:05 +00:00
parent e4da3e0371
commit 0e5f3e138e
3 changed files with 15 additions and 3 deletions

View file

@ -41,9 +41,11 @@ endif
# The list of supported languages is in xxx_LANGUAGES
# The name of the application icon (if any) is in xxx_APPLICATION_ICON
# The name of the app class is xxx_PRINCIPAL_CLASS (defaults to NSApplication).
# The name of a file containing info.plist entries to be inserted into
# Info-gnustep.plist (if any) is xxxInfo.plist
# where xxx is the application name
#
# If you want to insert your own entries into Info.plist (or
# Info-gnustep.plist) you should create a xxxInfo.plist file (where
# xxx is the application name) and gnustep-make will automatically
# read it and merge it into Info-gnustep.plist.
#
.PHONY: internal-app-all_ \

View file

@ -46,6 +46,11 @@ include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make
# installation directory is xxx_HEADER_FILES_INSTALL_DIR
# where xxx is the bundle name
#
# If you want to insert your own entries into Info.plist (or
# Info-gnustep.plist) you should create a xxxInfo.plist file (where
# xxx is the bundle name) and gnustep-make will automatically
# read it and merge it into Info-gnustep.plist.
#
.PHONY: internal-bundle-all_ \
internal-bundle-install_ \

View file

@ -79,6 +79,11 @@ endif
# replacement for another framework, which has name YYY -- and which
# might be installed at the same time :-).
#
# If you want to insert your own entries into Info.plist (or
# Info-gnustep.plist) you should create a xxxInfo.plist file (where
# xxx is the framework name) and gnustep-make will automatically
# read it and merge it into Info-gnustep.plist.
#
# Set VERSION from xxx_VERSION
ifneq ($($(GNUSTEP_INSTANCE)_VERSION),)