diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 17:19:28 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-24 20:12:11 +0000 |
commit | 58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a (patch) | |
tree | 5e13a77bb536feec69fb7f63b362a644fc5ca6c1 /Makefile.am | |
parent | e1aca6323e33e0dd50e23dc0d638f5789c9188e4 (diff) | |
download | libguestfs-58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a.tar.gz libguestfs-58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a.tar.xz libguestfs-58012dc9b67aa1b5de9c5dc70e7e471de3ed2a6a.zip |
docs: Standard C examples, and guestfs-examples(3) man page.
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 94a30173..b154f08c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -102,6 +102,7 @@ html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcar HTMLFILES = \ html/guestfs.3.html \ + html/guestfs-examples.3.html \ html/guestfish.1.html \ html/guestmount.1.html \ html/virt-cat.1.html \ |