Mention that FILES_TO_COPY is able to copy dirs.

This commit is contained in:
Alexis Métaireau 2012-11-15 20:06:40 +01:00
commit 43b1555e5d

View file

@ -52,8 +52,8 @@ Setting name (default value) What doe
the datetime.datetime constructor. the datetime.datetime constructor.
`DELETE_OUTPUT_DIRECTORY` (``False``) Delete the content of the output directory before `DELETE_OUTPUT_DIRECTORY` (``False``) Delete the content of the output directory before
generating new files. generating new files.
`FILES_TO_COPY` (``()``) A list of files to copy from the source (inside the content `FILES_TO_COPY` (``()``) A list of files (or directories to copy from the source (inside the
directory) to the destination (inside the output directory). content directory) to the destination (inside the output directory).
For example: ``(('extra/robots.txt', 'robots.txt'),)``. For example: ``(('extra/robots.txt', 'robots.txt'),)``.
`JINJA_EXTENSIONS` (``[]``) A list of any Jinja2 extensions you want to use. `JINJA_EXTENSIONS` (``[]``) A list of any Jinja2 extensions you want to use.
`LOCALE` (''[#]_) Change the locale. A list of locales can be provided `LOCALE` (''[#]_) Change the locale. A list of locales can be provided