Searched refs:inkscape_cmd (Results 1 - 1 of 1) sorted by relevance

/linux-master/Documentation/sphinx/
H A Dkfigure.py120 inkscape_cmd = None variable
172 global inkscape_cmd, inkscape_ver_one # pylint: disable=W0603
178 inkscape_cmd = which('inkscape')
195 if inkscape_cmd:
196 kernellog.verbose(app, "use inkscape(1) from: " + inkscape_cmd)
197 inkscape_ver = subprocess.check_output([inkscape_cmd, '--version'],
292 if not inkscape_cmd and convert_cmd is None:
375 if inkscape_cmd:
378 cmd = [inkscape_cmd, '-o', pdf_fname, svg_fname]
380 cmd = [inkscape_cmd, '
[all...]

Completed in 103 milliseconds