[Commits] [SCM] claws branch, master, updated. 3.9.0-158-gb469545
colin at claws-mail.org
colin at claws-mail.org
Thu Mar 21 11:36:46 CET 2013
The branch master of project "claws" (Claws Mail) has been updated
via b46954505c6916768f5962ce77ca9ed6978d8285 (commit)
from 2ea5d347d11cd27f3b5c6fdb0216a1599da5ff37 (commit)
- Log -----------------------------------------------------------------
commit b46954505c6916768f5962ce77ca9ed6978d8285
Author: Colin Leroy <colin at colino.net>
Date: Thu Mar 21 11:36:26 2013 +0100
Have Changelog depend on version so that it gets regenerated when
needed. Have make clean clean it.
diff --git a/Makefile.am b/Makefile.am
index d2c8831..10bc3ff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -78,6 +78,10 @@ clawsinclude_HEADERS = \
relnotesdir = $(docdir)
relnotes_DATA = RELEASE_NOTES
-dist-hook:
+dist-hook: ChangeLog
+
+clean-local:
@rm -f ChangeLog
+
+ChangeLog: version
@./tools/gitlog2changelog.py 3.9.0 > ChangeLog
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list