diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-09-21 12:38:26 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2011-09-21 12:38:26 +0100 |
commit | 8c8c9433f5a8f7f814c3d37fdf5610a30b5ba5f9 (patch) | |
tree | 38a7cd433d90479554c30faf9a25dcac258e8dd2 /Makefile.am | |
parent | d08f7bfe8719aa8cc8b9db73f61b416ca1a37916 (diff) | |
download | pykolab-8c8c9433f5a8f7f814c3d37fdf5610a30b5ba5f9.tar.gz |
Add tarball target to Makefile.ampykolab-0.2.0
Diffstat (limited to 'Makefile.am')
-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) |