X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=d6b4077abd6b81b0998b62d8b319185ad462763f;hb=0d6fd9e1d2488841c912c5351086e536772837ef;hp=49816fe74807c3d6497c3a11e3e16e49cbaefef1;hpb=a2bf709b3c68cd95554412c041a455354033fa2b;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 49816fe..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 @@ -96,7 +96,7 @@ EXTRA_DIST = \ autogen.sh \ bugs-in-changelog.sh \ update-bugs.sh \ - logo/fish.svg + logo/fish.svg logo/fish.png # Recipes web page. html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcard recipes/*.example) Makefile make-recipes.sh @@ -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 \