mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
minor documentation tweaks
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@40460 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0263e4fb4
commit
6020c17320
2 changed files with 16 additions and 0 deletions
|
@ -189,6 +189,14 @@ two different types of projects within the same directory (e.g. a tool
|
|||
and a java program), include both the desired makefiles in your main
|
||||
make file.
|
||||
|
||||
The documentation for variables used to control each project type is
|
||||
provided at the start of each individual makefile (common.make and rules.make
|
||||
document more general variables).
|
||||
|
||||
The documentation for installing resources (a feature shared by many project
|
||||
types) is in resource-set.make.
|
||||
|
||||
|
||||
@node aggregate.make, application.make, Project Types, Project Types
|
||||
@subsection Aggregate (@file{aggregate.make})
|
||||
|
||||
|
|
|
@ -49,6 +49,14 @@ endif
|
|||
# The list of localized dirs to be created empty inside each
|
||||
# $(RESOURCE_FILES_INSTALL_DIR)/yyy.lproj for each language yyy
|
||||
# is in the xxx_LOCALIZED_RESOURCE_DIRS variable.
|
||||
#
|
||||
# NB. Info-gnustep.plist and Info.plist are NOT considered resource files.
|
||||
# These files are generated automatically by certain projects, and if you
|
||||
# want to insert your own entries into Info0gnustep.plist or Info.plist
|
||||
# you should create a xxxInfo.plist file (where xxx is the application name)
|
||||
# in the same directory as your makefile, and gnustep-make will automatically
|
||||
# read it and merge it into the generated Info-gnustep.plist.
|
||||
# For more detail, see rules.make
|
||||
|
||||
.PHONY: internal-resource_set-install_ \
|
||||
internal-resource_set-uninstall_
|
||||
|
|
Loading…
Reference in a new issue