inspector: Fix inspector/Makefile.am
authorRichard Jones <rjones@trick.home.annexia.org>
Thu, 1 Oct 2009 15:59:28 +0000 (16:59 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Fri, 2 Oct 2009 14:50:43 +0000 (15:50 +0100)
Accidentally pushed the older version of the patch in
commit 9d25e82491ddcf495e1d30694327e4bfd3a23445.

This includes Jim Meyering's suggested changes from
https://www.redhat.com/archives/libguestfs/2009-October/msg00017.html

inspector/Makefile.am

index 25f5e3c..d41c42b 100644 (file)
@@ -17,7 +17,9 @@
 
 EXTRA_DIST = \
        run-inspector-locally \
-       virt-inspector \
+       virt-inspector
+
+dist_doc_DATA = \
        virt-inspector.rng \
        example1.xml example2.xml example3.xml example4.xml
 
@@ -25,9 +27,6 @@ if HAVE_INSPECTOR
 
 bin_SCRIPTS = virt-inspector
 man_MANS = virt-inspector.1
-dist_doc_DATA = \
-       virt-inspector.rng \
-       example1.xml example2.xml example3.xml example4.xml
 
 noinst_DATA = $(top_builddir)/html/virt-inspector.1.html