summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-10-01 16:59:28 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-10-02 15:50:43 +0100
commit9f206cc4a6c5bc54cc20cc571a77d3aab5e2ea82 (patch)
treeb9ce6890f9e0fdafee9843b810a9ea36b6837996
parentdde81c0c0e4d6517781392310768dfe8fe4392fe (diff)
downloadlibguestfs-9f206cc4a6c5bc54cc20cc571a77d3aab5e2ea82.tar.gz
libguestfs-9f206cc4a6c5bc54cc20cc571a77d3aab5e2ea82.tar.xz
libguestfs-9f206cc4a6c5bc54cc20cc571a77d3aab5e2ea82.zip
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
-rw-r--r--inspector/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/inspector/Makefile.am b/inspector/Makefile.am
index 25f5e3ca..d41c42ba 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