diff options
| author | Paolo Bonzini | 2017-06-06 16:55:19 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2017-06-15 11:18:39 +0200 |
| commit | d59157ea058b55b95f27675b33275ffe0f4c7bd6 (patch) | |
| tree | 5bd8aae074365a816041cce7c5ab11cb003c7bee /rules.mak | |
| parent | include/exec/poison: Mark some CONFIG defines as poisoned, too (diff) | |
| download | qemu-d59157ea058b55b95f27675b33275ffe0f4c7bd6.tar.gz qemu-d59157ea058b55b95f27675b33275ffe0f4c7bd6.tar.xz qemu-d59157ea058b55b95f27675b33275ffe0f4c7bd6.zip | |
docs: create interop/ subdirectory
This is for the future interoperability & management guide. It includes
the QAPI docs, including the automatically generated ones, other socket
protocols (vhost-user, VNC), and the qcow2 file format.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'rules.mak')
| -rw-r--r-- | rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -377,7 +377,7 @@ define unnest-vars endef TEXI2MAN = $(call quiet-command, \ - perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl -I docs $< $@.pod && \ + perl -Ww -- $(SRC_PATH)/scripts/texi2pod.pl $(TEXI2PODFLAGS) $< $@.pod && \ $(POD2MAN) --section=$(subst .,,$(suffix $@)) --center=" " --release=" " $@.pod > $@, \ "GEN","$@") |
