summaryrefslogtreecommitdiffstats
path: root/tools/Makefile.am
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-03-30 13:45:16 +0100
committerRichard Jones <rjones@redhat.com>2010-03-30 13:45:16 +0100
commitbbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4 (patch)
tree67f6cc5579b362f4564a7da8eaa56ba0a96a3ae5 /tools/Makefile.am
parentf25da97554885d5032f124e12c1995d6eab720dd (diff)
downloadlibguestfs-bbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4.tar.gz
libguestfs-bbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4.tar.xz
libguestfs-bbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4.zip
tools: Sectional header for manpages in Makefile.am
Diffstat (limited to 'tools/Makefile.am')
-rw-r--r--tools/Makefile.am2
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.