X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=tools%2FMakefile.am;h=7904f1cdeb9cfb4a80e2d6dfff18f0e0398e3d06;hp=806f24447e72440c2fcfb7e3362532a66cb1f90a;hb=d84db26a2bd28bd96aa88b6308dc540278db5c7d;hpb=ca03635a4c83afbe9b51fe846a8b3d5361462a90 diff --git a/tools/Makefile.am b/tools/Makefile.am index 806f244..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 \ @@ -26,7 +25,6 @@ tools = \ win-reg EXTRA_DIST = \ - run-locally \ $(tools:%=virt-%) \ test-virt-*.sh @@ -38,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)