[dist] Only run the commit-to-changelog script if there's a repository.
authorMark Probst <mark.probst@gmail.com>
Wed, 4 Aug 2010 22:13:06 +0000 (00:13 +0200)
committerMark Probst <mark.probst@gmail.com>
Wed, 4 Aug 2010 22:13:06 +0000 (00:13 +0200)
commit7d1d281daa5ff4e1661ac9fe1e3b30035fcf2542
treebef92eccf0cf6512d087180c693a769d9a4ef6f4
parent934e05706840d7154d1423237538493232e5f94b
[dist] Only run the commit-to-changelog script if there's a repository.

Since "make dist" should also work from a tarball we must only call
the commit-to-changelog script if there's a git repository present.
If we're already in a disted tree, the script has already run.
Makefile.am