From 5d886100efd0a39192912c0ff10918e2176710b1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 9 Oct 2012 21:58:21 +0100 Subject: docs: Fully document all subdirectories of the source. (cherry picked from commit 0032c60336c6f819859d30ec68179373e8943ef6) (cherry picked from commit 856b8d761692796fc5ed419ea9303db3a3cfba16) --- src/guestfs.pod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 command and documentation. The libguestfs appliance, build scripts and so on. +=item C + +Various build scripts used by autotools. + =item C The L, L and L commands @@ -3104,6 +3108,15 @@ L, 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 is used as a portability library. A copy of gnulib is included +under here. + +=item C + +Generated HTML manual pages. + =item C L, the virtual machine image inspector. @@ -3142,6 +3155,10 @@ L command and documentation. Source code to the C library. +=item C + +Tests. + =item C Test tool for end users to test if their qemu/kernel combination -- cgit