diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-06-25 13:27:21 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-06-25 13:27:21 +0300 |
commit | 9b3c7b96c5f2ca1bc326df8385ed34c11c2ff6a8 (patch) | |
tree | 67e173759ec9ff762ef8b699299f652966724070 | |
parent | b4355dfb945cf121adcd0f4c95cca2ce4f2df715 (diff) | |
download | librpm-tizen-9b3c7b96c5f2ca1bc326df8385ed34c11c2ff6a8.tar.gz librpm-tizen-9b3c7b96c5f2ca1bc326df8385ed34c11c2ff6a8.tar.bz2 librpm-tizen-9b3c7b96c5f2ca1bc326df8385ed34c11c2ff6a8.zip |
Pull full changelog from hg into dist tarball.
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index af0efe727..07b6b96e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign LINT = splint -EXTRA_DIST = CHANGES CREDITS Doxyheader GROUPS README.amiga INSTALL \ +EXTRA_DIST = CHANGES ChangeLog CREDITS Doxyheader GROUPS README.amiga INSTALL \ autodeps/none autodeps/*.prov autodeps/*.req autogen.sh \ config.site db db3/configure installplatform platform* \ po/*.in po/*.po po/rpm.pot \ @@ -244,3 +244,6 @@ cscope: @CSCOPE@ -b -R cref: ctags cscope + +ChangeLog: + hg log -v > ChangeLog |