218e99
From 97decea4dd4ad5017ba64b5921030032108fa574 Mon Sep 17 00:00:00 2001
218e99
From: Miroslav Rezanina <mrezanin@redhat.com>
218e99
Date: Thu, 11 Apr 2013 10:28:14 +0200
218e99
Subject: Rename man page qemu(1) to qemu-kvm(1).
218e99
218e99
Bugzilla: 893318
218e99
218e99
We rename qemu binary to qemu-kvm so we need to change man page name accordingly.
218e99
218e99
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
218e99
218e99
diff --git a/Makefile b/Makefile
218e99
index 46439f8..dbd96d1 100644
218e99
--- a/Makefile
218e99
+++ b/Makefile
218e99
@@ -306,7 +306,7 @@ install-doc: $(DOCS)
218e99
 	$(INSTALL_DATA) QMP/qmp-commands.txt "$(DESTDIR)$(qemu_docdir)"
218e99
 ifdef CONFIG_POSIX
218e99
 	$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1"
218e99
-	$(INSTALL_DATA) qemu.1 "$(DESTDIR)$(mandir)/man1"
218e99
+	$(INSTALL_DATA) qemu.1 "$(DESTDIR)$(mandir)/man1/qemu-kvm.1"
218e99
 ifneq ($(TOOLS),)
218e99
 	$(INSTALL_DATA) qemu-img.1 "$(DESTDIR)$(mandir)/man1"
218e99
 	$(INSTALL_DIR) "$(DESTDIR)$(mandir)/man8"
218e99