Public Member Functions | |
| def | initialize_options |
| def | finalize_options |
| def | run |
Public Attributes | |
| install_man | |
Static Public Attributes | |
| list | user_options = install.user_options+[( 'install-man=', None, "path to install man too" )] |
Definition at line 123 of file distutils_man.py.
| def initialize_options | ( | self | ) |
Definition at line 126 of file distutils_man.py.
| def finalize_options | ( | self | ) |
Definition at line 130 of file distutils_man.py.
| def run | ( | self | ) |
Definition at line 138 of file distutils_man.py.
list user_options = install.user_options+[( 'install-man=', None, "path to install man too" )] [static] |
Definition at line 124 of file distutils_man.py.
Definition at line 128 of file distutils_man.py.
1.5.6