SVN: zpkgtools/trunk/doc/zpkg.txt document the build-application and collect-dependencies configuration
"Fred L. Drake, Jr." <[email protected]>
| Newsgroups | gmane.comp.web.zope.public-cvs |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ Zope-CVS maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-cvs Zope CVS instructions: http://dev.zope.org/CVS