X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ruby%2FMakefile.am;h=a2e962d924d23a5c8533d98144fd9d6527198d8e;hb=a08bfe2896c15e1f58bc8514791e0c5ff8a09d62;hp=cd2d4ed0a20019a568f04375ecb348443ead5744;hpb=aec3091fa9c65e2f84d0bf9cdd520e597957eca9;p=libguestfs.git diff --git a/ruby/Makefile.am b/ruby/Makefile.am index cd2d4ed..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,10 +48,12 @@ 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 + rake rdoc RUBY_SITELIB := $(shell ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") RUBY_SITEARCH := $(shell ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")