summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-24 18:49:37 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-24 20:13:13 +0000
commit37e632b7b8e1bd8c9893bb8e3c9a8691c78256a4 (patch)
tree7af132af80fbbc739a664620cc436d3345603566 /Makefile.am
parent472722a72df89895bb11a1244eafa7915b1af116 (diff)
downloadlibguestfs-37e632b7b8e1bd8c9893bb8e3c9a8691c78256a4.tar.gz
libguestfs-37e632b7b8e1bd8c9893bb8e3c9a8691c78256a4.tar.xz
libguestfs-37e632b7b8e1bd8c9893bb8e3c9a8691c78256a4.zip
ruby: Translate C examples into Ruby and include documentation.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83719844..5b19c308 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -49,7 +49,7 @@ if HAVE_PYTHON
SUBDIRS += python python/examples
endif
if HAVE_RUBY
-SUBDIRS += ruby
+SUBDIRS += ruby ruby/examples
endif
if HAVE_JAVA
SUBDIRS += java
@@ -105,6 +105,7 @@ HTMLFILES = \
html/guestfs-examples.3.html \
html/guestfs-ocaml.3.html \
html/guestfs-python.3.html \
+ html/guestfs-ruby.3.html \
html/guestfish.1.html \
html/guestmount.1.html \
html/virt-cat.1.html \