summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-01-23 13:42:01 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-01-23 13:42:01 -0800
commit4d02bf25b4e64d0a3fb2270491d3dbe4fc18effc (patch)
tree19690e8b8ae5fa4ef585ddaa5d66984685cdc0c0
parent2c5045d72ee4120c52cfc7e008237a438a1c2d30 (diff)
Replace static changelog with dist-hook to generate from git log
-rw-r--r--ChangeLog51
-rw-r--r--Makefile.am8
2 files changed, 7 insertions, 52 deletions
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index b797d6d..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,51 +0,0 @@
-2006-05-12 Adam Jackson <ajax@freedesktop.org>
-
- * configure.ac:
- Bump to 1.0.2
-
-2006-05-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * Makefile.am:
- Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628>
- Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.
-
-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-07 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * Makefile.am:
- * configure.ac:
- Change to use the app-defaults default dir configured in libXt.
-
-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-13 Alan Coopersmith <alan.coopersmith@sun.com>
-
- * Makefile.am:
- Add shadow man pages for atobm and bmtoa.
-
-2005-10-05 Kevin E. Martin <kem-at-freedesktop-dot-org>
-
- * Makefile.am:
- Add bitmap.icon to EXTRA_DIST
diff --git a/Makefile.am b/Makefile.am
index 76f7d8d..5960114 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,8 +78,14 @@ SUFFIXES = .ad
appdefault_DATA = $(APPDEFAULTFILES)
-EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) bitmap.icon
+EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) bitmap.icon ChangeLog autogen.sh
CLEANFILES = $(APPDEFAULTFILES)
+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
# bitmaps