diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 13:34:16 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 20:12:16 +0000 |
commit | 086bd1f7bfab4c10d890ecca3506a1b091c0d398 (patch) | |
tree | eaa8ce0bd417510e22f8f4abcf8b208e9254f7dc /Makefile.am | |
parent | 58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a (diff) | |
download | libguestfs-086bd1f7bfab4c10d890ecca3506a1b091c0d398.tar.gz libguestfs-086bd1f7bfab4c10d890ecca3506a1b091c0d398.tar.xz libguestfs-086bd1f7bfab4c10d890ecca3506a1b091c0d398.zip |
ocaml: Translate C examples into OCaml and include documentation.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b154f08c..77f01c6e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,6 +103,7 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar HTMLFILES = \ html/guestfs.3.html \ html/guestfs-examples.3.html \ + html/guestfs-ocaml.3.html \ html/guestfish.1.html \ html/guestmount.1.html \ html/virt-cat.1.html \ |