diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-03-15 22:00:54 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-03-15 22:04:46 +0000 |
commit | 7160ad148b2947735143f3e06d53fa732ff659ec (patch) | |
tree | afdd877faf2cf30f4c928adfd2a589a769780109 /ruby/Makefile.am | |
parent | 883390fb2e8cdaf81223eb41c87f245571e3d63d (diff) | |
download | libguestfs-7160ad148b2947735143f3e06d53fa732ff659ec.tar.gz libguestfs-7160ad148b2947735143f3e06d53fa732ff659ec.tar.xz libguestfs-7160ad148b2947735143f3e06d53fa732ff659ec.zip |
ruby: Missing files from EXTRA_DIST.
Diffstat (limited to 'ruby/Makefile.am')
-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 \ |