Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py126 inkscape_cmd = None variable
178 global inkscape_cmd, inkscape_ver_one # pylint: disable=W0603
184 inkscape_cmd = which('inkscape')
201 if inkscape_cmd:
202 kernellog.verbose(app, "use inkscape(1) from: " + inkscape_cmd)
203 inkscape_ver = subprocess.check_output([inkscape_cmd, '--version'],
298 if not inkscape_cmd and convert_cmd is None:
381 if inkscape_cmd:
384 cmd = [inkscape_cmd, '-o', pdf_fname, svg_fname]
386 cmd = [inkscape_cmd, '-z', '--export-pdf=%s' % pdf_fname, svg_fname]