diff options
author | Richard Jones <rjones@redhat.com> | 2010-07-08 11:54:50 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-07-08 12:55:26 +0100 |
commit | 4a54cb945c3afbf5deaa74138d054b384d695a0c (patch) | |
tree | a8b04cf2b0a9ecd5fa57c347af3f2ebab2f4d904 /Makefile.am | |
parent | 8161ea9bb046c8450384b5b15e1f4b2f3dca582b (diff) | |
download | libguestfs-1.5.0.tar.gz libguestfs-1.5.0.tar.xz libguestfs-1.5.0.zip |
Prepare for new development branch, starting at 1.5.0.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 \ |