summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
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 \