]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make "make distcheck" work.
authorJim Meyering <meyering@redhat.com>
Thu, 15 Nov 2007 13:04:28 +0000 (13:04 +0000)
committerJim Meyering <meyering@redhat.com>
Thu, 15 Nov 2007 13:04:28 +0000 (13:04 +0000)
commitd5117af38223827a08bfedc8e6beb00ff7e71407
tree9faebbed8b9806ae81cea01fdb35668f551b0769
parenta4499a22c52c1c4159262fca6de9680a8c39ad69
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>
ChangeLog
Makefile.am
docs/Makefile.am
docs/examples/Makefile.am
docs/examples/index.py
python/Makefile.am
python/tests/Makefile.am
qemud/Makefile.am
tests/Makefile.am