diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2008-04-04 15:37:50 -0400 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2008-04-04 15:37:50 -0400 |
commit | b4cbb84fe0b7dc4ea847190f25234a0b2ee59b40 (patch) | |
tree | 9af1acb75a25f72df226ffbe5a4e9a6752e6df6d /Makefile.am | |
parent | 541779373bf3e0e9b40f9c12f037315125e28a73 (diff) | |
download | dbus-b4cbb84fe0b7dc4ea847190f25234a0b2ee59b40.tar.gz |
getting ready for 1.2 stable branch
* ChangeLog.pre-1-2: rename ChangeLog
* NEWS.pre-1-2: rename NEWS
* Makefile.am: list the pre files in EXTRA_DIST; the pre-1-0 files had not
been added yet so do that too
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f1101ed7..ac31a7fc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,11 @@ DISTCLEANFILES = \ EXTRA_DIST = \ HACKING \ dbus-1.pc.in \ - cleanup-man-pages.sh + cleanup-man-pages.sh \ + ChangeLog.pre-1-0 \ + NEWS.pre-1-0 \ + ChangeLog.pre-1-2 \ + NEWS.pre-1-2 all-local: Doxyfile |