diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-11-20 13:38:28 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-11-20 13:39:28 +0000 |
commit | a3b24296810d98e47552c6838dcd6ab6845aba03 (patch) | |
tree | af569aa74282983c725d8b4c257ff182e45c24a0 /Makefile.am | |
parent | 3e9f4af1e1126b1e1f7a93379172dd095dd1b908 (diff) | |
download | libguestfs-a3b24296810d98e47552c6838dcd6ab6845aba03.tar.gz libguestfs-a3b24296810d98e47552c6838dcd6ab6845aba03.tar.xz libguestfs-a3b24296810d98e47552c6838dcd6ab6845aba03.zip |
Add guestfs-testing(1) man page.
This contains suggested manual tests that users can run.
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 115c699d..a2236003 100644 --- a/Makefile.am +++ b/Makefile.am @@ -161,6 +161,7 @@ HTMLFILES = \ html/guestfs-python.3.html \ html/guestfs-recipes.1.html \ html/guestfs-ruby.3.html \ + html/guestfs-testing.1.html \ html/guestfish.1.html \ html/guestmount.1.html \ html/virt-alignment-scan.1.html \ |