[Zope-CVS] SVN: zpkgtools/trunk/doc/zpkg.txt document the build-application and collect-dependencies configuration

Fred L. Drake, Jr. fdrake at gmail.com
Fri Aug 5 17:01:46 EDT 2005


Log message for revision 37750:
  document the build-application and collect-dependencies configuration
  settings
  

Changed:
  U   zpkgtools/trunk/doc/zpkg.txt

-=-
Modified: zpkgtools/trunk/doc/zpkg.txt
===================================================================
--- zpkgtools/trunk/doc/zpkg.txt	2005-08-05 20:58:18 UTC (rev 37749)
+++ zpkgtools/trunk/doc/zpkg.txt	2005-08-05 21:01:45 UTC (rev 37750)
@@ -107,9 +107,19 @@
 Blank lines and comments (lines that start with ``#`` as the first
 non-blank character) are ignored.
 
-Two keys are currently defined for the configuration file:
-``include-support-code`` and ``resource-map``.
+Four keys are currently defined for the configuration file:
+``build-application``, ``collect-dependencies``,
+``include-support-code``, and ``resource-map``.
 
+If ``build-application`` is set to ``true``, then an application
+distribution is constructed instead of a conventional distutils
+distribution; this is equivalent to specifying **-a** on the command
+line.
+
+Setting ``collect-dependencies`` to ``true`` causes dependencies to be
+added to the distribution if they can be located.  This is the same as
+using the **-c** option on the command line.
+
 The ``include-support-code`` key is used to control whether **zpkg**
 bundles the support code along with the resulting distribution.  The
 value is a boolean, where the strings ``true`` and ``false`` can be



More information about the Zope-CVS mailing list