Author: rfm
Date: Sun Apr  9 11:26:57 2017
New Revision: 40460

URL: http://svn.gna.org/viewcvs/gnustep?rev=40460&view=rev
Log:
minor documentation tweaks

Modified:
    tools/make/trunk/Documentation/gnustep-make.texi
    tools/make/trunk/Instance/resource-set.make

Modified: tools/make/trunk/Documentation/gnustep-make.texi
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Documentation/gnustep-make.texi?rev=40460&r1=40459&r2=40460&view=diff
==============================================================================
--- tools/make/trunk/Documentation/gnustep-make.texi    (original)
+++ tools/make/trunk/Documentation/gnustep-make.texi    Sun Apr  9 11:26:57 2017
@@ -189,6 +189,14 @@
 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})
 

Modified: tools/make/trunk/Instance/resource-set.make
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/Instance/resource-set.make?rev=40460&r1=40459&r2=40460&view=diff
==============================================================================
--- tools/make/trunk/Instance/resource-set.make (original)
+++ tools/make/trunk/Instance/resource-set.make Sun Apr  9 11:26:57 2017
@@ -49,6 +49,14 @@
 # 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_


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to