|
@@ -241,7 +241,7 @@
|
|
# We use paths starting from qemu_docdir here so that you can run
|
|
# We use paths starting from qemu_docdir here so that you can run
|
|
# sphinx-build from anywhere and the kerneldoc extension can still
|
|
# sphinx-build from anywhere and the kerneldoc extension can still
|
|
# find everything.
|
|
# find everything.
|
|
-kerneldoc_bin = os.path.join(qemu_docdir, '../scripts/kernel-doc')
|
|
|
|
|
|
+kerneldoc_bin = ['perl', os.path.join(qemu_docdir, '../scripts/kernel-doc')]
|
|
kerneldoc_srctree = os.path.join(qemu_docdir, '..')
|
|
kerneldoc_srctree = os.path.join(qemu_docdir, '..')
|
|
hxtool_srctree = os.path.join(qemu_docdir, '..')
|
|
hxtool_srctree = os.path.join(qemu_docdir, '..')
|
|
qapidoc_srctree = os.path.join(qemu_docdir, '..')
|
|
qapidoc_srctree = os.path.join(qemu_docdir, '..')
|