From ca98749ce7241de00e5b78bbf40a35b0b2e2a7c0 Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Tue, 1 Jan 2019 18:03:05 -0800 Subject: [PATCH] Manual.md: pycompile_module is usable with files --- Manual.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Manual.md b/Manual.md index 5ed40b8934..902b1defdf 100644 --- a/Manual.md +++ b/Manual.md @@ -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