diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-16 18:56:57 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-08-05 21:12:22 +0100 |
commit | 7634bae8e5ae3c6e1bd3168ed803a24388948dc9 (patch) | |
tree | a35b1214449f6805c2ce12c9ccb20f0da03386bb /ocaml | |
parent | 7a1e2eab93a4df03839b497a46d160c198b9f29d (diff) | |
download | libguestfs-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 'ocaml')
-rw-r--r-- | ocaml/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index da9b8c07..e435d04d 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -31,7 +31,7 @@ noinst_DATA = $(top_builddir)/html/guestfs-ocaml.3.html guestfs-ocaml.3 $(top_builddir)/html/guestfs-ocaml.3.html: stamp-guestfs-ocaml.pod stamp-guestfs-ocaml.pod: guestfs-ocaml.pod create_disk.ml inspect_vm.ml - $(top_builddir)/podwrapper.sh \ + $(PODWRAPPER) \ --section 3 \ --man guestfs-ocaml.3 \ --html $(top_builddir)/html/guestfs-ocaml.3.html \ |