summaryrefslogtreecommitdiffstats
path: root/java
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 /java
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 'java')
-rw-r--r--java/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/examples/Makefile.am b/java/examples/Makefile.am
index 80c2cb3a..15d20d82 100644
--- a/java/examples/Makefile.am
+++ b/java/examples/Makefile.am
@@ -31,7 +31,7 @@ noinst_DATA = $(top_builddir)/html/guestfs-java.3.html
guestfs-java.3 $(top_builddir)/html/guestfs-java.3.html: stamp-guestfs-java.pod
stamp-guestfs-java.pod: guestfs-java.pod CreateDisk.java InspectVM.java
- $(top_builddir)/podwrapper.sh \
+ $(PODWRAPPER) \
--section 3 \
--man guestfs-java.3 \
--html $(top_builddir)/html/guestfs-java.3.html \