diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-15 13:04:28 +0000 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-15 13:04:28 +0000 |
commit | d5117af38223827a08bfedc8e6beb00ff7e71407 (patch) | |
tree | 9faebbed8b9806ae81cea01fdb35668f551b0769 /Makefile.am | |
parent | a4499a22c52c1c4159262fca6de9680a8c39ad69 (diff) | |
download | libvirt-d5117af38223827a08bfedc8e6beb00ff7e71407.tar.gz |
Make "make distcheck" work.
* Makefile.am: Expand some "*" wildcards, and (for now) disable
the relatively unimportant, distuninstallcheck target.
Fix a few redirect-directly-to-target bugs.
Add a few $(srcdir)/ prefixes and add an uninstall-local rule.
* docs/Makefile.am: More of the same. Split some long lines.
* python/Makefile.am: Likewise.
* python/tests/Makefile.am: Likewise.
* qemud/Makefile.am: Likewise.
* tests/Makefile.am: Remove the directories already listed in SUBDIRS.
* docs/examples/index.py: Adapt to produce the desired changes in
docs/examples/Makefile.am. Also, sort *.c, so results are reproducible,
and emit a comment telling emacs and vi that the file is read-only.
* docs/examples/Makefile.am: Regenerate.
Author: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e1e6884169..eaa204e6c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,3 +41,6 @@ cov-am: > $(top_builddir)/coverage/index.html for i in $(top_builddir)/src/*.gcov ; do o=`echo $$i | sed -e 's,$(top_builddir)/src,coverage,'` ; \ perl $(srcdir)/scripts/coverage-report-entry.pl $$i > $$o.html ; done + +# disable this check +distuninstallcheck: |