diff options
author | 2009-06-07 00:42:17 +0100 | |
---|---|---|
committer | 2009-06-07 09:59:47 +0300 | |
commit | 153859be1a0928d07ec2dc2b18847e32e180ff43 (patch) | |
tree | 6b9930fd56402c253a663d55b65c1ef368e218ef /.gitignore | |
parent | doc: Update information on supported network adapters. (diff) | |
download | qemu-kvm-153859be1a0928d07ec2dc2b18847e32e180ff43.tar.gz qemu-kvm-153859be1a0928d07ec2dc2b18847e32e180ff43.tar.bz2 qemu-kvm-153859be1a0928d07ec2dc2b18847e32e180ff43.zip |
Use hxtool for qemu-img command list
Use hxtool to generate the 'command syntax' section of qemu-img's help
message, and the corresponding section of the texinfo documentation.
This has the side-effect of adding 'check' to this list of commands in
the texinfo documentation.
Signed-off-by: Stuart Brady <stuart.brady@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bd7b808f4..a8da10e5c 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,8 @@ qemu-nbd qemu-nbd.8 qemu-nbd.pod qemu-options.texi +qemu-img-cmds.texi +qemu-img-cmds.h qemu-io .gdbinit *.a |