From 930433b194c32868d39e7cfc459bb18f4074852f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 16 Jul 2012 18:56:57 +0100 Subject: 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) --- java/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'java/examples') 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 \ -- cgit