summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-08-23 23:19:08 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-08-23 23:19:08 +0200
commitb652ff751b5c5e4210195cadbac0b404e3fe402e (patch)
treeaf941649bb206d5ce21b13821e190a0ffd4ac298
parent45efee6e5addfe3677b218abda5fef244ec767c9 (diff)
downloadgeiser-chez-b652ff751b5c5e4210195cadbac0b404e3fe402e.tar.gz
geiser-chez-b652ff751b5c5e4210195cadbac0b404e3fe402e.tar.bz2
Putting ChangeLog to good use.
-rw-r--r--.gitignore1
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am2
-rwxr-xr-xautogen.sh4
4 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 143a14e..c1eb482 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/autogen.sh b/autogen.sh
index cd0b02f..f084b65 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,8 +2,4 @@
[ -f elisp/geiser.el ] || exit 1
-touch ./ChangeLog
-
autoreconf -Wall
-
-rm ./ChangeLog