diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-10-04 11:02:30 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-10-04 17:37:48 +0100 |
commit | fac15924f59a076c903d453d20305e00e1ae258a (patch) | |
tree | 60d99181a4a2194148f89e3af44b60067d64148d /po-docs | |
parent | 293772bf7511dee41a1f3e842424678c1a6bf9e4 (diff) | |
download | libguestfs-fac15924f59a076c903d453d20305e00e1ae258a.tar.gz libguestfs-fac15924f59a076c903d453d20305e00e1ae258a.tar.xz libguestfs-fac15924f59a076c903d453d20305e00e1ae258a.zip |
New tool: virt-sparsify to make disk images sparse.
Diffstat (limited to 'po-docs')
-rw-r--r-- | po-docs/ja/Makefile.am | 3 | ||||
-rw-r--r-- | po-docs/podfiles | 1 | ||||
-rw-r--r-- | po-docs/uk/Makefile.am | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index 07778b53..baf49920 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -40,7 +40,8 @@ MANPAGES = \ virt-inspector.1 \ virt-ls.1 \ virt-rescue.1 \ - virt-resize.1 + virt-resize.1 \ + virt-sparsify.1 # Ship the POD files and the translated manpages in the tarball. This # just simplifies building from the tarball, at a small cost in extra diff --git a/po-docs/podfiles b/po-docs/podfiles index 2cb11479..daf28de8 100644 --- a/po-docs/podfiles +++ b/po-docs/podfiles @@ -22,6 +22,7 @@ ../rescue/virt-rescue.pod ../resize/virt-resize.pod ../ruby/examples/guestfs-ruby.pod +../sparsify/virt-sparsify.pod ../src/guestfs-actions.pod ../src/guestfs-availability.pod ../src/guestfs-structs.pod diff --git a/po-docs/uk/Makefile.am b/po-docs/uk/Makefile.am index 07778b53..baf49920 100644 --- a/po-docs/uk/Makefile.am +++ b/po-docs/uk/Makefile.am @@ -40,7 +40,8 @@ MANPAGES = \ virt-inspector.1 \ virt-ls.1 \ virt-rescue.1 \ - virt-resize.1 + virt-resize.1 \ + virt-sparsify.1 # Ship the POD files and the translated manpages in the tarball. This # just simplifies building from the tarball, at a small cost in extra |