summaryrefslogtreecommitdiffstats
path: root/inspector/Makefile.am
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-08-05 21:12:22 +0100
commit7634bae8e5ae3c6e1bd3168ed803a24388948dc9 (patch)
treea35b1214449f6805c2ce12c9ccb20f0da03386bb /inspector/Makefile.am
parent7a1e2eab93a4df03839b497a46d160c198b9f29d (diff)
downloadlibguestfs-7634bae8e5ae3c6e1bd3168ed803a24388948dc9.tar.gz
libguestfs-7634bae8e5ae3c6e1bd3168ed803a24388948dc9.tar.xz
libguestfs-7634bae8e5ae3c6e1bd3168ed803a24388948dc9.zip
build: Change calls to podwrapper.sh to use $(PODWRAPPER).
This will allow us to easily change the location of this script in future. (cherry picked from commit f2ea617e224cd82496e56a41b5878063d6f02e3d)
Diffstat (limited to 'inspector/Makefile.am')
-rw-r--r--inspector/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/inspector/Makefile.am b/inspector/Makefile.am
index 00300a09..20d64094 100644
--- a/inspector/Makefile.am
+++ b/inspector/Makefile.am
@@ -84,7 +84,7 @@ noinst_DATA = $(top_builddir)/html/virt-inspector.1.html
virt-inspector.1 $(top_builddir)/html/virt-inspector.1.html: stamp-virt-inspector.pod
stamp-virt-inspector.pod: virt-inspector.pod
- $(top_builddir)/podwrapper.sh \
+ $(PODWRAPPER) \
--man virt-inspector.1 \
--html $(top_builddir)/html/virt-inspector.1.html \
$<