summaryrefslogtreecommitdiffstats
path: root/po-docs/uk
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-03-31 11:44:00 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-03-31 22:55:33 +0100
commit026f616650c41e42b7c3058a8637fe2d76bfb793 (patch)
tree393c64eba82644adc919809fc68bd662dcde884d /po-docs/uk
parentd00596dfbb386333c06744a20c514c0ccc8f2367 (diff)
downloadlibguestfs-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.am9
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 $@ $<