Fix generate-changelog rule when building from outside of the source repository
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 9 Dec 2015 06:47:18 +0000 (07:47 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 9 Dec 2015 12:25:17 +0000 (13:25 +0100)
commit89b2ecdde19553295888a173eeff8085e206bcda
tree3941a50ddf4a2e2a269eb3730019e960e9007e5f
parent094399e6d125a602ae195530306b95302fce4713
Fix generate-changelog rule when building from outside of the source repository

The "make dist" target depends upon a phony target "generate-changelog" which
generates the ChangeLog file.  Unfortunately, this was failing if the current
directory was not the source directory.  Worse, this failure was not detected,
but would erroneously generate an empty ChangeLog.

This change fixes both these problems.
Makefile.am