From da12b89fb056a68e65ba363fef91d266727cb685 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Aug 2009 17:30:43 -0700 Subject: [PATCH 1/1] Create ChangeLog from git log --- ChangeLog | 0 Makefile.am | 12 ++++++++++++ 2 files changed, 12 insertions(+) delete mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog deleted file mode 100644 index e69de29b..00000000 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 -- 2.30.2