build: Change calls to podwrapper.sh to use $(PODWRAPPER).

This will allow us to easily change the location of this
script in future.
This commit is contained in:
Richard W.M. Jones
2012-07-16 18:56:57 +01:00
parent c7d342a94a
commit f2ea617e22
26 changed files with 48 additions and 44 deletions

View File

@@ -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 \