summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2009-08-18 18:36:03 -0600
committerBdale Garbee <bdale@gag.com>2009-08-18 18:36:03 -0600
commitb3b2d3c475a135084b5628c730fc6fca1ba0817b (patch)
tree7134de83ebe9580a020ec14ae12d5347362e6c7a /Makefile.am
parent4685fc541466afbeefc151bcb64cd054739c048b (diff)
parentda12b89fb056a68e65ba363fef91d266727cb685 (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2b76b5d4..96b9dea9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,13 @@
SUBDIRS=src ao-view ao-tools ao-utils
+
+EXTRA_DIST = ChangeLog
+
+MAINTAINERCLEANFILES = ChangeLog
+
+.PHONY: 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