diff options
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9c364b3..6bace0b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,10 @@ SUBDIRS = \ pykolab \ saslauthd +tarball: + git stash + make dist + ChangeLog: (GIT_DIR=.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) |