From ff101adf7ead7bcdb46bccdb227ef18d844b965f Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sun, 14 Aug 2011 10:58:08 +0200 Subject: out-of-tree build: fix documentation generation --- ruby/examples/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ruby/examples') diff --git a/ruby/examples/Makefile.am b/ruby/examples/Makefile.am index 6e94acff..7183e80b 100644 --- a/ruby/examples/Makefile.am +++ b/ruby/examples/Makefile.am @@ -29,11 +29,11 @@ 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_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --section 3 \ --man guestfs-ruby.3 \ --html $(top_builddir)/html/guestfs-ruby.3.html \ - --verbatim create_disk.rb:@EXAMPLE1@ \ - --verbatim inspect_vm.rb:@EXAMPLE2@ \ + --verbatim $(srcdir)/create_disk.rb:@EXAMPLE1@ \ + --verbatim $(srcdir)/inspect_vm.rb:@EXAMPLE2@ \ $< touch $@ -- cgit