Fix the make dist rule
authorIustin Pop <iustin@google.com>
Fri, 18 Jan 2008 16:08:26 +0000 (16:08 +0000)
committerIustin Pop <iustin@google.com>
Fri, 18 Jan 2008 16:08:26 +0000 (16:08 +0000)
commit40469086ff80a5943a0e300136980db94f5e4670
treea43c8a4128c32dbb47dd9e1c1357e210add756e2
parent903e58d690cee48468f7b817084d37d12b1b0777
Fix the make dist rule

In revision 459 I added a bug in the make dist rule in the sense that
the archive will include *all* of test/data directory, including the
.svn directory if it exists.

This patch fixes that problem and adds a distcheck hook that tests for
such errors in the future (files/directories matching the .svn and .git
patterns).

It also fixes a typo in the NEWS file.

Reviewed-by: imsnah
Makefile.am
NEWS
test/Makefile.am