diff options
-rw-r--r-- | ruby/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ruby/Makefile.am b/ruby/Makefile.am index 9df33992..7ef27eb1 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 \ |