X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=Makefile.am;h=538e833654cd565f00aced23c84839648639f3d2;hp=77f01c6eec31e522adaf89ce60ad7302f90119cb;hb=3fc6dde15cf47b0cc837fb513ea7b91a12df8ae0;hpb=086bd1f7bfab4c10d890ecca3506a1b091c0d398 diff --git a/Makefile.am b/Makefile.am index 77f01c6..538e833 100644 --- a/Makefile.am +++ b/Makefile.am @@ -46,10 +46,10 @@ if HAVE_OCAML SUBDIRS += ocaml ocaml/examples endif if HAVE_PYTHON -SUBDIRS += python +SUBDIRS += python python/examples endif if HAVE_RUBY -SUBDIRS += ruby +SUBDIRS += ruby ruby/examples endif if HAVE_JAVA SUBDIRS += java @@ -104,6 +104,8 @@ HTMLFILES = \ html/guestfs.3.html \ 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 \ @@ -175,11 +177,9 @@ pkgconfig_DATA = libguestfs.pc # Make clean. -CLEANFILES = $(fs_DATA) \ - emptydisk \ +CLEANFILES = \ pod2htm?.tmp \ - html/*.html \ - guestfs.3 guestfish.1 + html/*.html clean-local: rm -rf initramfs