diff options
author | Richard Jones <rjones@redhat.com> | 2010-03-22 18:38:31 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-03-23 21:56:14 +0000 |
commit | def627e4daf2d32cebf91f5e01f44a0b7e512129 (patch) | |
tree | fef108dc2be0d7ac95d0b15317d49bedf2109aa6 /Makefile.am | |
parent | b6483061c25e90ae1b9e016812dea8e3756d6c23 (diff) | |
download | libguestfs-def627e4daf2d32cebf91f5e01f44a0b7e512129.tar.gz libguestfs-def627e4daf2d32cebf91f5e01f44a0b7e512129.tar.xz libguestfs-def627e4daf2d32cebf91f5e01f44a0b7e512129.zip |
New tools: virt-resize and virt-list-partitions.
Virt-resize is the main contribution here, a program which can
be used to expand and shrink partitions in disk images.
Virt-list-partitions is used as an ancillary tool for planning
resize operations.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 87da5a8b..3ed78158 100644 --- a/Makefile.am +++ b/Makefile.am @@ -129,8 +129,10 @@ HTMLFILES = \ html/virt-edit.1.html \ html/virt-inspector.1.html \ html/virt-list-filesystems.1.html \ + html/virt-list-partitions.1.html \ html/virt-ls.1.html \ html/virt-rescue.1.html \ + html/virt-resize.1.html \ html/virt-tar.1.html \ html/virt-win-reg.1.html \ html/recipes.html \ @@ -165,8 +167,10 @@ all-local: -name 'virt-edit' -o \ -name 'virt-inspector' -o \ -name 'virt-list-filesystems' -o \ + -name 'virt-list-partitions' -o \ -name 'virt-ls' -o \ -name 'virt-rescue' -o \ + -name 'virt-resize' -o \ -name 'virt-tar' -o \ -name 'virt-win-reg' | \ grep -v '^perl/blib/' | \ |