X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ruby%2FMakefile.am;h=a2e962d924d23a5c8533d98144fd9d6527198d8e;hb=22998927f91f123e7c35d3ebf49e5744f3d7eafe;hp=9df33992ab57cb4154ce2ad1e303b57289cfd6ad;hpb=e9f25e693e3211b0219d84f956dcd3d164bac9d3;p=libguestfs.git diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 9df3399..a2e962d 100644 --- a/ruby/Makefile.am +++ b/ruby/Makefile.am @@ -24,6 +24,8 @@ generator_built = \ EXTRA_DIST = \ $(generator_built) \ Rakefile.in \ + README.rdoc \ + doc/site/index.html \ ext/guestfs/extconf.rb \ lib/guestfs.rb \ run-bindtests \ @@ -46,7 +48,8 @@ TESTS = run-bindtests run-ruby-tests TESTS_ENVIRONMENT = \ LD_LIBRARY_PATH=$(top_builddir)/src/.libs \ - LIBGUESTFS_PATH=$(top_builddir)/appliance + LIBGUESTFS_PATH=$(top_builddir)/appliance \ + TMPDIR=$(top_builddir) all: $(generator_built) rake build