summaryrefslogtreecommitdiffstats
path: root/tools/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-07-16 18:56:57 +0100
commitf2ea617e224cd82496e56a41b5878063d6f02e3d (patch)
tree7ff2d82dc35b4e66bfbb65fdf1462ee9fb9532c9 /tools/Makefile.am
parentc7d342a94a89324be2f568c940ba089fdd5aa0c0 (diff)
downloadlibguestfs-f2ea617e224cd82496e56a41b5878063d6f02e3d.tar.gz
libguestfs-f2ea617e224cd82496e56a41b5878063d6f02e3d.tar.xz
libguestfs-f2ea617e224cd82496e56a41b5878063d6f02e3d.zip
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 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am
index 2c2ad1f3..32a92e26 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -44,12 +44,12 @@ man_MANS = virt-tar.1 $(patsubst %,virt-%.1,$(filter-out tar,$(tools)))
noinst_DATA = $(tools:%=$(top_builddir)/html/virt-%.1.html)
virt-%.1: virt-%
- $(top_builddir)/podwrapper.sh \
+ $(PODWRAPPER) \
--man $@ \
$<
$(top_builddir)/html/virt-%.1.html: virt-%
- $(top_builddir)/podwrapper.sh \
+ $(PODWRAPPER) \
--html $@ \
$<