diff options
| author | Bdale Garbee <bdale@gag.com> | 2009-08-18 18:36:03 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2009-08-18 18:36:03 -0600 |
| commit | b3b2d3c475a135084b5628c730fc6fca1ba0817b (patch) | |
| tree | 7134de83ebe9580a020ec14ae12d5347362e6c7a /Makefile.am | |
| parent | 4685fc541466afbeefc151bcb64cd054739c048b (diff) | |
| parent | da12b89fb056a68e65ba363fef91d266727cb685 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 12 |
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 |
