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:
rfm 2017-04-09 09:26:57 +00:00
parent d0263e4fb4
commit 6020c17320
2 changed files with 16 additions and 0 deletions

View file

@ -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})

View file

@ -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_