blob: 50abf33026bde58103a642b4a1eff8f495b207e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
'make info' fails due to errors in qemu-tech.texi
git tag: v4.1.0-rc0
host: Fedora 29, x86_64
$ make info
make[1]: Entering directory 'qemu/slirp'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory 'qemu/slirp'
GEN docs/version.texi
GEN qemu-options.texi
GEN qemu-monitor.texi
GEN qemu-img-cmds.texi
GEN qemu-monitor-info.texi
GEN qemu-doc.info
qemu/qemu-tech.texi:6: @menu reference to nonexistent node `Translator Internals'
qemu/qemu-tech.texi:7: @menu reference to nonexistent node `QEMU compared to other emulators'
qemu/qemu-tech.texi:9: @menu reference to nonexistent node `Bibliography'
Makefile:960: recipe for target 'qemu-doc.info' failed
make: *** [qemu-doc.info] Error 1
|