X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tools%2FMakefile.am;h=7904f1cdeb9cfb4a80e2d6dfff18f0e0398e3d06;hb=b3c1dcfaee356a8feddef82c9ecbe5b7c6a4512f;hp=6441333d4f983544dbb5328fcf18972578ad2275;hpb=5790f5bfafb12cc2ed9365461bf66e0fdfde7150;p=libguestfs.git 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)