Go to the source code of this file.
Classes | |
class | setup.InstallConfigure |
class | setup.InstallRename |
Namespaces | |
namespace | setup |
Functions | |
def | setup.get_files |
Variables | |
list | setup.base_scripts |
list | setup.batch_files |
tuple | setup.cwd = os.path.join(os.getcwd(), 'doc') |
list | setup.data_files |
tuple | setup.html_files_en = get_files(os.path.join(os.getcwd(), 'doc/html')) |
tuple | setup.html_files_ja = get_files(os.path.join(os.getcwd(), 'doc/html/ja')) |
tuple | setup.man_files_en = get_files(os.path.join(os.getcwd(), 'doc/man/man1')) |
tuple | setup.man_files_ja = get_files(os.path.join(os.getcwd(), 'doc/man/ja/man1')) |
tuple | setup.p |
tuple | setup.pdf_files_en = get_files(os.path.join(os.getcwd(), 'doc/pdf'), ext='.pdf') |
tuple | setup.pdf_files_ja = get_files(os.path.join(os.getcwd(), 'doc/pdf/ja'), ext='.pdf') |
string | setup.s = 'y' |
setup.scripts = base_scripts+batch_files |