summaryrefslogtreecommitdiffstats
path: root/sysprep
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-16 18:56:57 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-16 18:56:57 +0100
commitf2ea617e224cd82496e56a41b5878063d6f02e3d (patch)
tree7ff2d82dc35b4e66bfbb65fdf1462ee9fb9532c9 /sysprep
parentc7d342a94a89324be2f568c940ba089fdd5aa0c0 (diff)
build: Change calls to podwrapper.sh to use $(PODWRAPPER).
This will allow us to easily change the location of this script in future.
Diffstat (limited to 'sysprep')
-rw-r--r--sysprep/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am
index 2ad37aeb..8c4081ae 100644
--- a/sysprep/Makefile.am
+++ b/sysprep/Makefile.am
@@ -142,7 +142,7 @@ noinst_DATA = $(top_builddir)/html/virt-sysprep.1.html
virt-sysprep.1 $(top_builddir)/html/virt-sysprep.1.html: stamp-virt-sysprep.pod
stamp-virt-sysprep.pod: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.pod
- $(top_builddir)/podwrapper.sh \
+ $(PODWRAPPER) \
--man virt-sysprep.1 \
--insert sysprep-extra-options.pod:@EXTRA_OPTIONS@ \
--insert sysprep-operations.pod:@OPERATIONS@ \