From 808126e79c99595e42147413898cf4180869cdcd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 1 Feb 2007 13:53:01 -0800 Subject: Replace static ChangeLog with dist-hook to generate from git log --- ChangeLog | 28 ---------------------------- Makefile.am | 8 +++++++- 2 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 ChangeLog 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 - - * configure.ac: - Update package version for X11R7 release. - -2005-12-14 Kevin E. Martin - - * configure.ac: - Update package version number for final X11R7 release candidate. - -2005-12-06 Kevin E. Martin - - * Makefile.am: - Change *man_SOURCES ==> *man_PRE to fix autotools warnings. - -2005-12-03 Kevin E. Martin - - * configure.ac: - Update package version number for X11R7 RC3 release. - -2005-10-18 Kevin E. Martin - - * configure.ac: - Update package version number for RC1 release. - -2005-10-05 Kevin E. Martin - - * 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) -- cgit v1.2.3