X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=d6b4077abd6b81b0998b62d8b319185ad462763f;hb=5ae752559284efd925fb7959c5760d4fee25f1d6;hp=d2c90fc6052a79c9da11638fd731001d85d62edd;hpb=fc241abdbac7a016cd2fac169ad64876107df3c8;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index d2c90fc..d6b4077 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,7 +40,7 @@ SUBDIRS += cat df inspector rescue # Language bindings. if HAVE_PERL -SUBDIRS += perl +SUBDIRS += perl perl/examples endif if HAVE_OCAML SUBDIRS += ocaml ocaml/examples @@ -109,6 +109,7 @@ HTMLFILES = \ html/guestfs.3.html \ html/guestfs-examples.3.html \ html/guestfs-ocaml.3.html \ + html/guestfs-perl.3.html \ html/guestfs-python.3.html \ html/guestfs-ruby.3.html \ html/guestfish.1.html \