diff options
author | Richard Jones <rjones@redhat.com> | 2010-03-30 13:45:16 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-03-30 13:45:16 +0100 |
commit | bbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4 (patch) | |
tree | 67f6cc5579b362f4564a7da8eaa56ba0a96a3ae5 /tools | |
parent | f25da97554885d5032f124e12c1995d6eab720dd (diff) | |
download | libguestfs-bbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4.tar.gz libguestfs-bbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4.tar.xz libguestfs-bbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4.zip |
tools: Sectional header for manpages in Makefile.am
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 4b2ce58f..d212d380 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -37,6 +37,8 @@ if HAVE_TOOLS bin_SCRIPTS = $(tools:%=virt-%) +# Manual pages and HTML files for the website. + # XXX Bug in automake? If you list virt-cat.1 explicitly, then it # builds and installs the man pages. However if this is removed, # then the man pages are neither built nor installed. |