diff options
| author | Marc-André Lureau | 2015-07-06 22:13:50 +0200 |
|---|---|---|
| committer | Markus Armbruster | 2017-01-16 09:19:48 +0100 |
| commit | 4d8bb958fa0bf8695c5b38b9f153073c62a989b5 (patch) | |
| tree | 0d2bd1b9a5cd386920d0cc3a5f170ffab6e5a7dd /Makefile | |
| parent | qmp-commands: remove device_add from txt (diff) | |
| download | qemu-4d8bb958fa0bf8695c5b38b9f153073c62a989b5.tar.gz qemu-4d8bb958fa0bf8695c5b38b9f153073c62a989b5.tar.xz qemu-4d8bb958fa0bf8695c5b38b9f153073c62a989b5.zip | |
qmp-commands: move documentation bits to schema
Moving the remaining bits of documentation to the json
file (text improvements is not the objective of this patch)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -429,7 +429,6 @@ endif install-doc: $(DOCS) $(INSTALL_DIR) "$(DESTDIR)$(qemu_docdir)" $(INSTALL_DATA) qemu-doc.html "$(DESTDIR)$(qemu_docdir)" - $(INSTALL_DATA) $(SRC_PATH)/docs/qmp-commands.txt "$(DESTDIR)$(qemu_docdir)" ifdef CONFIG_POSIX $(INSTALL_DIR) "$(DESTDIR)$(mandir)/man1" $(INSTALL_DATA) qemu.1 "$(DESTDIR)$(mandir)/man1" |
