X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2FMakefile.am;h=d212d380714c54680eec92a8cfdc83f264a0572e;hp=6e6872c886aeaf84549c95390a41cef1bfe4953a;hb=bbe4888cd4aac8f67c6d34e67d8f622c0c4bfcb4;hpb=299d5b9dd260d47ac5121126ecd0e3f7bc4830b5 diff --git a/tools/Makefile.am b/tools/Makefile.am index 6e6872c..d212d38 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -17,7 +17,17 @@ include $(top_srcdir)/subdir-rules.mk -tools = cat df edit list-filesystems ls rescue tar win-reg +tools = \ + cat \ + df \ + edit \ + list-filesystems \ + list-partitions \ + ls \ + rescue \ + resize \ + tar \ + win-reg EXTRA_DIST = \ run-locally \ @@ -27,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.