diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 77f01c6e..83719844 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,7 +46,7 @@ if HAVE_OCAML SUBDIRS += ocaml ocaml/examples endif if HAVE_PYTHON -SUBDIRS += python +SUBDIRS += python python/examples endif if HAVE_RUBY SUBDIRS += ruby @@ -104,6 +104,7 @@ HTMLFILES = \ html/guestfs.3.html \ html/guestfs-examples.3.html \ html/guestfs-ocaml.3.html \ + html/guestfs-python.3.html \ html/guestfish.1.html \ html/guestmount.1.html \ html/virt-cat.1.html \ |