Searched refs:qemu_docdir (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/docs/ |
H A D | conf.py | 38 qemu_docdir 40 qemu_docdir = os.path.abspath(".") variable 48 sys.path.insert(0, os.path.join(qemu_docdir, "sphinx")) 49 sys.path.insert(0, os.path.join(qemu_docdir, "../scripts")) 72 templates_path = [os.path.join(qemu_docdir, '_templates')] 103 with open(os.path.join(qemu_docdir, '../VERSION')) as f: 146 with open(os.path.join(qemu_docdir, 'defs.rst.inc')) as f: 288 kerneldoc_srctree = os.path.join(qemu_docdir, '..') 289 hxtool_srctree = os.path.join(qemu_docdir, '..') 290 qapidoc_srctree = os.path.join(qemu_docdir, '..') [all …]
|
H A D | meson.build | 80 install_subdir(output_dir, install_dir: qemu_docdir, strip_directory: true)
|
/openbmc/qemu/ |
H A D | meson.build | 37 qemu_docdir = get_option('docdir') / get_option('qemu_suffix') variable
|