diff options
author | Richard Jones <rjones@redhat.com> | 2010-07-08 11:54:50 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-07-08 13:34:40 +0100 |
commit | 58667f2be077a4b05c9c640d58fb946b52ef2e88 (patch) | |
tree | c18012b0a95c27db976895fb6fc42c893daa5fa9 /Makefile.am | |
parent | 49a71a4c606d52f78c364860a8917cf1076169e7 (diff) | |
download | libguestfs-58667f2be077a4b05c9c640d58fb946b52ef2e88.tar.gz libguestfs-58667f2be077a4b05c9c640d58fb946b52ef2e88.tar.xz libguestfs-58667f2be077a4b05c9c640d58fb946b52ef2e88.zip |
Prepare for new development branch, starting at 1.5.0.
Add BUGS and RELEASE-NOTES to EXTRA_DIST.
Also update the RELEASE-NOTES file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0143a696..58736f83 100644 --- a/Makefile.am +++ b/Makefile.am @@ -71,7 +71,7 @@ endif EXTRA_DIST = \ $(generator_built) \ html/pod.css \ - HACKING TODO \ + BUGS HACKING RELEASE-NOTES TODO \ libguestfs.pc libguestfs.pc.in \ recipes/LICENSE \ recipes/README \ |