commit | 6c0e2fc5522bb8e31b58cb3e318f88af9313e52f | [log] [tgz] |
---|---|---|
author | Sebastian Pipping <sebastian@pipping.org> | Fri Mar 04 02:21:28 2011 +0100 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Sat Mar 05 14:36:48 2011 +0000 |
tree | 1f9f65530c865de43e0d58dcd37246d0b347e744 | |
parent | 3138213bc9a827a372ad9f8009ebcc5d8797ce2d [diff] |
Take all git branches into account for generation of CREDITS file * Makefile.am: Make CREDITS target depend on all git branches.
diff --git a/Makefile.am b/Makefile.am index c13b11d..8246d8f 100644 --- a/Makefile.am +++ b/Makefile.am
@@ -110,7 +110,7 @@ mv -f $@.new $@ $(srcdir)/CREDITS: $(top_srcdir)/CREDITS.in $(top_srcdir)/.mailmap \ - $(srcdir)/Makefile.in + $(srcdir)/Makefile.in $(top_srcdir)/.git/refs/heads/* $(AM_V_GEN) \ { \ cd $(top_srcdir); \