X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ruby%2FMakefile.am;h=7ef27eb127662186b537dfe4af8b0e70ed218cb9;hb=62a34ff2d33b8692781ab297ca7c9972d72cdb4d;hp=cd2d4ed0a20019a568f04375ecb348443ead5744;hpb=aec3091fa9c65e2f84d0bf9cdd520e597957eca9;p=libguestfs.git diff --git a/ruby/Makefile.am b/ruby/Makefile.am index cd2d4ed..7ef27eb 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 \ @@ -50,6 +52,7 @@ TESTS_ENVIRONMENT = \ 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']")