summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-02-01 13:53:01 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-02-01 13:53:01 -0800
commit808126e79c99595e42147413898cf4180869cdcd (patch)
tree09f6ef356dde3aabb1d98e8daabb0678ad746e74
parentf66e6d2d380457b1f8349eba3621bc3e96359a00 (diff)
Replace static ChangeLog with dist-hook to generate from git log
-rw-r--r--ChangeLog28
-rw-r--r--Makefile.am8
2 files changed, 7 insertions, 29 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index b554850..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version for X11R7 release.
-
-2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for final X11R7 release candidate.
-
-2005-12-06 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * Makefile.am:
- Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
-
-2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for X11R7 RC3 release.
-
-2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * configure.ac:
- Update package version number for RC1 release.
-
-2005-10-05 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * Makefile.am: Add sgml file to EXTRA_DIST
diff --git a/Makefile.am b/Makefile.am
index e36dbb7..8320d74 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,13 @@ xlsfonts_SOURCES = \
appman_PRE = \
xlsfonts.man
-EXTRA_DIST = xlsfonts.sgml
+EXTRA_DIST = xlsfonts.sgml ChangeLog autogen.sh
+MAINTAINERCLEANFILES=ChangeLog
+
+ChangeLog:
+ (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
+
+dist-hook: ChangeLog
appmandir = $(APP_MAN_DIR)