From 56e8bdd46a8a42d89b0afea9da83ae7679cc0439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 13 Jan 2017 15:41:35 +0100 Subject: build-sys: add qapi doc generation targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Generate and install the man, txt and html versions of QAPI documentation (generate and install qemu-doc.txt too). Add it also to optional pdf/info targets. Signed-off-by: Marc-André Lureau Message-Id: <20170113144135.5150-22-marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster Signed-off-by: Markus Armbruster --- rules.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rules.mak') diff --git a/rules.mak b/rules.mak index a7b6c0b020..d5c516caff 100644 --- a/rules.mak +++ b/rules.mak @@ -371,5 +371,7 @@ TEXI2MAN = $(call quiet-command, \ %.1: $(call TEXI2MAN) +%.7: + $(call TEXI2MAN) %.8: $(call TEXI2MAN) -- cgit v1.2.1