summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-30 23:41:05 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-30 23:41:05 +0000
commit477eebc83dcd33d00d34398692692dae6af04f22 (patch)
tree67b6d93af9cfb8d2d6ae3d822ada06c48c52715b /Makefile.am
parent6975e87153f593fddd5c27435c2e6347825daca9 (diff)
downloadlibguestfs-477eebc83dcd33d00d34398692692dae6af04f22.tar.gz
libguestfs-477eebc83dcd33d00d34398692692dae6af04f22.tar.xz
libguestfs-477eebc83dcd33d00d34398692692dae6af04f22.zip
perl: Translate C examples into Perl and include a manual page.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d2c90fc6..d6b4077a 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 \