python: Translate C examples into Python and include documentation.
[libguestfs.git] / Makefile.am
index 77f01c6..8371984 100644 (file)
@@ -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 \