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-07-16 18:56:57 +0100
commitf2ea617e224cd82496e56a41b5878063d6f02e3d (patch)
tree7ff2d82dc35b4e66bfbb65fdf1462ee9fb9532c9 /java
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 '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 \