On 03/01/2022 21.33, Thomas Huth wrote:
Hi!
"make html" and "make man" do not work anymore:
$ make help | grep -B1 html
Documentation targets:
html man - Build documentation in specified format
$ make html
GIT ui/keycodemapdb meson tests/fp/berkeley-testfloat-3
tests/fp/berkeley-softfloat-3 dtc capstone slirp
make: *** No rule to make target 'html'. Stop.
$ make man
GIT ui/keycodemapdb meson tests/fp/berkeley-testfloat-3
tests/fp/berkeley-softfloat-3 dtc capstone slirp
make: *** No rule to make target 'man'. Stop.
Anybody any ideas how to fix it?
Never mind, the problem was this one here:
https://lists.gnu.org/archive/html/qemu-devel/2022-01/msg00222.html
After applying that patch, "make html" works fine for me again.
Thomas