Functions | |
| def | png_emitter |
| Alias target(s) of PNG to 'scons png'. | |
| def | eps_emitter |
| Alias target(s) of EPS to 'scons eps'. | |
| def | always_succeed |
| def | pdf_vpl_emitter |
| Export some SCons environment variables to shell environment. | |
| def | generate |
| Construct Actions for EPS, PNG, and PDF builders and add these builders to the environment. | |
| def | exists |
| Return True (this tool always exists). | |
Variables | |
| string | PNGCMD = 'pstoimg' |
| def repro::tools::figures::always_succeed | ( | s | ) |
Definition at line 71 of file build/lib/repro/tools/figures.py.
| def repro::tools::figures::eps_emitter | ( | target, | ||
| source, | ||||
| env | ||||
| ) |
Alias target(s) of EPS to 'scons eps'.
Definition at line 64 of file build/lib/repro/tools/figures.py.
| def repro::tools::figures::exists | ( | env | ) |
Return True (this tool always exists).
Definition at line 164 of file build/lib/repro/tools/figures.py.
| def repro::tools::figures::generate | ( | env | ) |
Construct Actions for EPS, PNG, and PDF builders and add these builders to the environment.
Definition at line 89 of file build/lib/repro/tools/figures.py.
| def repro::tools::figures::pdf_vpl_emitter | ( | target, | ||
| source, | ||||
| env | ||||
| ) |
Export some SCons environment variables to shell environment.
Definition at line 79 of file build/lib/repro/tools/figures.py.
| def repro::tools::figures::png_emitter | ( | target, | ||
| source, | ||||
| env | ||||
| ) |
Alias target(s) of PNG to 'scons png'.
Definition at line 54 of file build/lib/repro/tools/figures.py.
| string repro::tools::figures::PNGCMD = 'pstoimg' |
Definition at line 48 of file build/lib/repro/tools/figures.py.
1.5.6