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:
Richard Frith-MacDonald 2017-04-09 09:26:57 +00:00
parent e3cb78268d
commit 6a195e5ad0
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})