diff options
author | Stuart Brady <sdbrady@ntlworld.com> | 2009-06-07 00:42:17 +0100 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2009-06-07 09:59:47 +0300 |
commit | 153859be1a0928d07ec2dc2b18847e32e180ff43 (patch) | |
tree | 6b9930fd56402c253a663d55b65c1ef368e218ef /.gitignore | |
parent | 3a2eeac0c9033e30b19d88465c9561f982e9e6d0 (diff) |
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 bd7b808f44..a8da10e5cc 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 |