Manual.md: pycompile_module is usable with files
This commit is contained in:
parent
4232889987
commit
ca98749ce7
|
@ -1268,7 +1268,9 @@ at post-install time:
|
|||
- `pycompile_module`: this variable expects the python modules that should be `byte-compiled`
|
||||
at post-install time. Python modules are those that are installed into the `site-packages`
|
||||
prefix: `usr/lib/pythonX.X/site-packages`. Multiple python modules may be specified separated
|
||||
by blanks, Example: `pycompile_module="foo blah"`.
|
||||
by blanks, Example: `pycompile_module="foo blah"`. If a python module installs a file into
|
||||
`site-packages` rather than a directory, use the name of the file, Example:
|
||||
`pycompile_module="fnord.py"`.
|
||||
|
||||
- `pycompile_dirs`: this variable expects the python directories that should be `byte-compiled`
|
||||
recursively by the target python version. This differs from `pycompile_module` in that any
|
||||
|
|
Loading…
Reference in New Issue