diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-03-31 11:44:00 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-03-31 22:55:33 +0100 |
commit | 026f616650c41e42b7c3058a8637fe2d76bfb793 (patch) | |
tree | 393c64eba82644adc919809fc68bd662dcde884d /po-docs/uk | |
parent | d00596dfbb386333c06744a20c514c0ccc8f2367 (diff) | |
download | libguestfs-026f616650c41e42b7c3058a8637fe2d76bfb793.tar.gz libguestfs-026f616650c41e42b7c3058a8637fe2d76bfb793.tar.xz libguestfs-026f616650c41e42b7c3058a8637fe2d76bfb793.zip |
Rewrite virt-sysprep.
Diffstat (limited to 'po-docs/uk')
-rw-r--r-- | po-docs/uk/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/po-docs/uk/Makefile.am b/po-docs/uk/Makefile.am index 2aa26bf8..a3350219 100644 --- a/po-docs/uk/Makefile.am +++ b/po-docs/uk/Makefile.am @@ -70,6 +70,15 @@ guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod --insert $(srcdir)/guestfish-commands.pod:@FISH_COMMANDS@ \ $< +virt-sysprep.1: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.pod + $(top_builddir)/podwrapper.sh \ + --man virt-sysprep.1 \ + --insert sysprep-extra-options.pod:@EXTRA_OPTIONS@ \ + --insert sysprep-operations.pod:@OPERATIONS@ \ + --html $(top_builddir)/html/virt-sysprep.1.html \ + $< + touch $@ + %.1: %.pod $(top_builddir)/podwrapper.sh --man $@ $< |