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

@@ -29,7 +29,7 @@ noinst_DATA = $(top_builddir)/html/guestfs-perl.3.html
guestfs-perl.3 $(top_builddir)/html/guestfs-perl.3.html: stamp-guestfs-perl.pod
stamp-guestfs-perl.pod: guestfs-perl.pod create_disk.pl inspect_vm.pl
$(top_builddir)/podwrapper.sh \
$(PODWRAPPER) \
--section 3 \
--man guestfs-perl.3 \
--html $(top_builddir)/html/guestfs-perl.3.html \