X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=d6b4077abd6b81b0998b62d8b319185ad462763f;hb=b8724e23520563606aa15096a50f9964bd2e930a;hp=c5f5a2da0120b36c7f547dc22630cdaa59d88bb7;hpb=b8f9a20b039b34ba41098d1360866b6f9f74463d;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index c5f5a2d..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 @@ -95,7 +95,8 @@ EXTRA_DIST = \ libtool-kill-dependency_libs.sh \ autogen.sh \ bugs-in-changelog.sh \ - update-bugs.sh + update-bugs.sh \ + 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 @@ -108,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 \