X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2FMakefile.am;h=7904f1cdeb9cfb4a80e2d6dfff18f0e0398e3d06;hp=6441333d4f983544dbb5328fcf18972578ad2275;hb=2b5fbc882a0a79646b668c7b95442f0b3673d63a;hpb=5ce759bfdc70c97121ef34ab4d5c918d568f2474 diff --git a/tools/Makefile.am b/tools/Makefile.am index 6441333..7904f1c 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -18,7 +18,6 @@ include $(top_srcdir)/subdir-rules.mk tools = \ - edit \ list-filesystems \ list-partitions \ make-fs \ @@ -37,10 +36,10 @@ bin_SCRIPTS = $(tools:%=virt-%) # Manual pages and HTML files for the website. -# XXX Bug in automake? If you list virt-edit.1 explicitly, then it +# XXX Bug in automake? If you list virt-tar.1 explicitly, then it # builds and installs the man pages. However if this is removed, # then the man pages are neither built nor installed. -man_MANS = virt-edit.1 $(patsubst %,virt-%.1,$(filter-out edit,$(tools))) +man_MANS = virt-tar.1 $(patsubst %,virt-%.1,$(filter-out tar,$(tools))) noinst_DATA = $(tools:%=$(top_builddir)/html/virt-%.1.html)