summaryrefslogtreecommitdiffstats
path: root/ruby
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-08-05 22:48:47 +0100
commit930433b194c32868d39e7cfc459bb18f4074852f (patch)
treec82ab2dc4b0271a66678d58b7285be1f014a1670 /ruby
parent9a98a6e3dc85d840c5bf294410314c9a10c0bbe1 (diff)
downloadlibguestfs-930433b194c32868d39e7cfc459bb18f4074852f.tar.gz
libguestfs-930433b194c32868d39e7cfc459bb18f4074852f.tar.xz
libguestfs-930433b194c32868d39e7cfc459bb18f4074852f.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 'ruby')
-rw-r--r--ruby/examples/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/examples/Makefile.am b/ruby/examples/Makefile.am
index 1e0e5a42..75fdfd21 100644
--- a/ruby/examples/Makefile.am
+++ b/ruby/examples/Makefile.am
@@ -29,7 +29,7 @@ noinst_DATA = $(top_builddir)/html/guestfs-ruby.3.html
guestfs-ruby.3 $(top_builddir)/html/guestfs-ruby.3.html: stamp-guestfs-ruby.pod
stamp-guestfs-ruby.pod: guestfs-ruby.pod create_disk.rb inspect_vm.rb
- $(top_builddir)/podwrapper.sh \
+ $(PODWRAPPER) \
--section 3 \
--man guestfs-ruby.3 \
--html $(top_builddir)/html/guestfs-ruby.3.html \