diff options
Diffstat (limited to 'ruby/examples/Makefile.am')
-rw-r--r-- | ruby/examples/Makefile.am | 2 |
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 \ |