From 9f206cc4a6c5bc54cc20cc571a77d3aab5e2ea82 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 1 Oct 2009 16:59:28 +0100 Subject: [PATCH 1/1] inspector: Fix inspector/Makefile.am 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 | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/inspector/Makefile.am b/inspector/Makefile.am index 25f5e3c..d41c42b 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -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 -- 1.8.3.1