diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-07-13 18:46:12 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-07-13 18:46:12 +0200 |
commit | f87d7b6ddcb1d80b0a3a12b950550cd1b3306224 (patch) | |
tree | fd16301d88f981170a3ed98f7b4a2993f6b3e349 /Makefile.am | |
parent | document changes and release 0.11-1 (diff) | |
parent | Imported Upstream version 0.12 (diff) | |
download | krb5-auth-dialog-f87d7b6ddcb1d80b0a3a12b950550cd1b3306224.tar.gz krb5-auth-dialog-f87d7b6ddcb1d80b0a3a12b950550cd1b3306224.tar.bz2 krb5-auth-dialog-f87d7b6ddcb1d80b0a3a12b950550cd1b3306224.zip |
Merge commit 'upstream/0.12'
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b68bd09..6bbc2a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,3 +16,17 @@ DISTCLEANFILES = \ $(NULL) DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper + +dist-hook: + @if test -d "$(srcdir)/.git"; \ + then \ + echo Creating ChangeLog && \ + ( cd "$(top_srcdir)" && \ + echo '# Generated by Makefile. Do not edit.'; echo; \ + $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \ + && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \ + || ( rm -f ChangeLog.tmp ; \ + echo Failed to generate ChangeLog >&2 ); \ + else \ + echo A git clone is required to generate a ChangeLog >&2; \ + fi |