summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-10-09 21:58:21 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-10-30 18:24:35 +0000
commit5d886100efd0a39192912c0ff10918e2176710b1 (patch)
tree5a8b1cc2e1e451003c27b946983c550e81005d54
parent8ebb9b17150ddfabc510aecf97c5f99d9334bb25 (diff)
downloadlibguestfs-5d886100efd0a39192912c0ff10918e2176710b1.tar.gz
libguestfs-5d886100efd0a39192912c0ff10918e2176710b1.tar.xz
libguestfs-5d886100efd0a39192912c0ff10918e2176710b1.zip
docs: Fully document all subdirectories of the source.
(cherry picked from commit 0032c60336c6f819859d30ec68179373e8943ef6) (cherry picked from commit 856b8d761692796fc5ed419ea9303db3a3cfba16)
-rw-r--r--src/guestfs.pod17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 12a04334..b4da599b 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -3054,6 +3054,10 @@ L<virt-alignment-scan(1)> command and documentation.
The libguestfs appliance, build scripts and so on.
+=item C<build-aux>
+
+Various build scripts used by autotools.
+
=item C<cat>
The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands
@@ -3104,6 +3108,15 @@ L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs.
The crucially important generator, used to automatically generate
large amounts of boilerplate C code for things like RPC and bindings.
+=item C<gnulib>
+
+Gnulib is used as a portability library. A copy of gnulib is included
+under here.
+
+=item C<html>
+
+Generated HTML manual pages.
+
=item C<inspector>
L<virt-inspector(1)>, the virtual machine image inspector.
@@ -3142,6 +3155,10 @@ L<virt-sparsify(1)> command and documentation.
Source code to the C library.
+=item C<tests>
+
+Tests.
+
=item C<test-tool>
Test tool for end users to test if their qemu/kernel combination