diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 18:10:50 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 20:12:50 +0000 |
commit | 472722a72df89895bb11a1244eafa7915b1af116 (patch) | |
tree | 691e4b23823d7395cc6b594ab2cca3acaa904de8 /Makefile.am | |
parent | 086bd1f7bfab4c10d890ecca3506a1b091c0d398 (diff) | |
download | libguestfs-472722a72df89895bb11a1244eafa7915b1af116.tar.gz libguestfs-472722a72df89895bb11a1244eafa7915b1af116.tar.xz libguestfs-472722a72df89895bb11a1244eafa7915b1af116.zip |
python: Translate C examples into Python and include documentation.
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 \ |