Makefile: Add qemu-doc.txt to distclean and dependencies
commitd5e85105f65e473e48c8696c64d7936dabbfd74e
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 24 Jan 2017 14:02:18 +0000 (24 14:02 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 24 Jan 2017 14:32:05 +0000 (24 14:32 +0000)
tree02e44833fa3c5800312b26b3475582fd11dc85ed
parent48cef39bf39846ce4aaf79d4a2ae620373b3e181
Makefile: Add qemu-doc.txt to distclean and dependencies

When qemu-doc.txt was added as a new output format in
commit f8bab10b4c3f, it was not added to either the
list of files to remove in distclean or to the dependency
line that forces qemu-options.texi to be built before
attempting to build qemu-doc.*.

In particular, the missing dependency meant that on
some platforms (notably OSX hosts) we would try to
build qemu-doc.txt before qemu-options.texi had been
fully written out, and then makeinfo would complain
about missing cross-reference targets.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1485266538-10119-1-git-send-email-peter.maydell@linaro.org
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Makefile