diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-08-23 23:19:08 +0200 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2009-08-23 23:19:08 +0200 |
commit | b652ff751b5c5e4210195cadbac0b404e3fe402e (patch) | |
tree | af941649bb206d5ce21b13821e190a0ffd4ac298 | |
parent | 45efee6e5addfe3677b218abda5fef244ec767c9 (diff) | |
download | geiser-guile-b652ff751b5c5e4210195cadbac0b404e3fe402e.tar.gz geiser-guile-b652ff751b5c5e4210195cadbac0b404e3fe402e.tar.bz2 |
Putting ChangeLog to good use.
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | autogen.sh | 4 |
4 files changed, 7 insertions, 6 deletions
@@ -13,4 +13,3 @@ /scheme/Makefile.in /scheme/guile/Makefile.in /scheme/guile/geiser/Makefile.in -/ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..09d790c --- /dev/null +++ b/ChangeLog @@ -0,0 +1,6 @@ +## The contents of this file will be generated during 'make dist' by the +## shell command: + + git log --summary --stat + +# which you can run using 'sh ChangeLog' diff --git a/Makefile.am b/Makefile.am index 90d5015..c86aecb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,4 +3,4 @@ SUBDIRS = . elisp scheme EXTRA_DIST = THANKS dist-hook: - git log --summary --stat > $(top_distdir)/ChangeLog + $(SHELL) $(top_srcdir)/ChangeLog > $(top_distdir)/ChangeLog @@ -2,8 +2,4 @@ [ -f elisp/geiser.el ] || exit 1 -touch ./ChangeLog - autoreconf -Wall - -rm ./ChangeLog |